mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-16 17:46:09 +00:00
update
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<th colspan="3"><?php echo TROOPS_DORF; ?></th>
|
||||
</tr></thead><tbody>
|
||||
<?php
|
||||
$troops = $technology->getAllUnits($village->wid,True);
|
||||
$troops = $technology->getAllUnits($village->wid,True,1);
|
||||
$TroopsPresent = False;
|
||||
for($i=1;$i<=50;$i++) {
|
||||
if($troops['u'.$i] > 0) {
|
||||
|
||||
Reference in New Issue
Block a user