This commit is contained in:
unknown
2012-08-10 20:36:18 +03:00
parent 13567e4954
commit 69cbf002b4
17 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -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) {