mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user