mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-04 09:27:17 +00:00
fix: undefined index
This commit is contained in:
@@ -333,7 +333,7 @@ $end = ($tribe*10);
|
|||||||
?><tbody class="infos">
|
?><tbody class="infos">
|
||||||
<th>Destination:</th>
|
<th>Destination:</th>
|
||||||
|
|
||||||
<td colspan="<?php if($process['t11'] != ''){ echo"11"; }else{ echo"10"; } ?>">
|
<td colspan="<?php if(!empty($process['t11'])){ echo"11"; }else{ echo"10"; } ?>">
|
||||||
<?PHP
|
<?PHP
|
||||||
|
|
||||||
echo"Warning: Catapult will <b>ONLY</b> shoot with a normal attack (they dont shoot with raids!)";
|
echo"Warning: Catapult will <b>ONLY</b> shoot with a normal attack (they dont shoot with raids!)";
|
||||||
|
|||||||
Reference in New Issue
Block a user