mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 10:34:31 +00:00
f4dc572e70
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\">» Raid $otext oasis.</a>" : to: "<a href=\"a2b.php?z=".$_GET['d']."&o\">» Raid $otext .</a>" :