Fixed choose two targets for catapults by Armando

With a level 20 rally point two buildings can be targeted at the same time. You just need to attack with at least 20 catapults to be able to choose two targets.
http://t3.answers.travian.us/
This commit is contained in:
armando1980
2013-12-24 17:34:00 -05:00
parent 01ac46f511
commit 21867be0f1
+1 -1
View File
@@ -248,7 +248,7 @@ $end = ($tribe*10);
<?php } ?>
</select>
<?php if($building->getTypeLevel(16) == 20) { ?>
<?php if($building->getTypeLevel(16) == 20 && $process['t8'] >= 20) { ?>
<select name="ctar2" class="dropdown">
<option value="0">-</option>
<option value="99">Random</option>