mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 23:26:08 +00:00
A little forgetfulness
Removed the possibility to see the catapult target(s) when attacking an occupied oasis.
This commit is contained in:
@@ -60,7 +60,7 @@ $to = $database->getOMInfo($units[$y]['to']);}
|
||||
}
|
||||
?>
|
||||
</tr></tbody>
|
||||
<?php if($units[$y]['t8'] > 0 && $units[$y]['attack_type'] == 3){ ?>
|
||||
<?php if($units[$y]['t8'] > 0 && $units[$y]['attack_type'] == 3 && !$database->isVillageOases($units[$y]['to'])){ ?>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><?php echo CATAPULT_TARGET;?></th>
|
||||
|
||||
Reference in New Issue
Block a user