Files
TravianZ/Templates/Map
hexcoded f4dc572e70 Occupied/Unoccupied Oasis name fix
Fix the name of Oasis.The own Oasis is show like Unoccupied after when we try to send troops etc.

from:
$otext = ($basearray['occupied'] == 1)? "occupied" : "unoccupied";
to
$otext = ($oasis['name']);


from:
"<a href=\"a2b.php?z=".$_GET['d']."&o\">&raquo; Raid $otext oasis.</a>" :
to:
"<a href=\"a2b.php?z=".$_GET['d']."&o\">&raquo; Raid $otext .</a>" :
2013-06-04 11:21:19 +03:00
..
2012-10-21 13:02:09 +05:30
2012-08-11 12:00:56 +03:00
2012-08-11 12:00:56 +03:00
2013-06-04 11:21:19 +03:00