Files
TravianZ/Templates
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-10-21 13:02:09 +05:30
2012-11-23 10:24:09 +02:00
2013-05-28 00:10:20 +03:00
2012-10-21 13:02:09 +05:30
2012-10-21 13:02:09 +05:30
2013-05-06 22:40:59 +03:00
2012-10-21 13:02:09 +05:30
2013-06-04 11:21:19 +03:00
2012-10-21 13:02:09 +05:30
2012-10-21 13:02:09 +05:30
2013-03-19 18:46:47 +02:00
2013-04-28 01:25:05 +03:00
2012-11-16 01:24:22 +02:00
2012-10-21 13:02:09 +05:30
2012-10-21 13:02:09 +05:30
2012-10-21 13:02:09 +05:30
2012-10-21 13:02:09 +05:30
2012-06-24 22:14:41 +03:00
2012-05-15 23:23:19 +03:00
2012-04-19 17:41:33 +03:00
2012-08-11 12:00:56 +03:00
2012-04-19 17:41:33 +03:00
2012-04-01 14:23:53 +03:00
2012-04-07 18:19:47 +04:00
2013-01-28 11:28:35 +08:00
2012-06-22 12:22:04 +03:00
2012-05-15 23:23:19 +03:00
2012-03-29 13:00:34 +02:00
2012-03-29 13:00:34 +02:00
2013-05-12 21:27:42 +03:00
2012-03-29 13:00:34 +02:00
2012-03-29 13:00:34 +02:00
2012-07-13 00:55:44 +03:00
2012-08-10 20:36:18 +03:00