tr -- rm dublicates

This commit is contained in:
221V
2024-12-11 15:44:50 +02:00
parent f1b3ff3ed6
commit ff22a74095
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
?>
<table id="troops" cellpadding="1" cellspacing="1">
<thead><tr>
<th colspan="3"><?php echo TROOPS_DORF; ?></th>
<th colspan="3"><?php echo TROOPS; ?></th>
</tr></thead><tbody>
<?php
$troops = $technology->getAllUnits($village->wid,True,1);