update: now player without main building level 1 cannot build warehouse + edit general.tpl

This commit is contained in:
unknown
2012-04-06 18:12:07 +03:00
parent 0e4460be28
commit 634c3406fb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -68,10 +68,10 @@
<td>Romans</td>
<td><?php
echo $tribes[0] - 2; ?></td>
echo $tribes[0]; ?></td>
<td><?php
$percents = 100 * (($tribes[0]-2) / $users);
$percents = 100 * (($tribes[0]) / $users);
echo $percents = intval($percents);
echo "%"; ?></td>
</tr>