mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 09:34:28 +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 } ?>
|
||||
</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