A little forgetfulness

Removed the possibility to see the catapult target(s) when attacking an occupied oasis.
This commit is contained in:
Pietro
2018-04-04 21:46:05 +02:00
committed by GitHub
parent 976a0cd949
commit 2619326732
+1 -1
View File
@@ -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>