mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 23:01:02 +00:00
Merge pull request #40 from armando1980/patch-11
Fixed choose two targets for catapults by Armando
This commit is contained in:
@@ -248,7 +248,7 @@ $end = ($tribe*10);
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<?php if($building->getTypeLevel(16) == 20) { ?>
|
<?php if($building->getTypeLevel(16) == 20 && $process['t8'] >= 20) { ?>
|
||||||
<select name="ctar2" class="dropdown">
|
<select name="ctar2" class="dropdown">
|
||||||
<option value="0">-</option>
|
<option value="0">-</option>
|
||||||
<option value="99">Random</option>
|
<option value="99">Random</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user