mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 18:14:23 +00:00
Merge pull request #231 from hexcoded/patch-2
Occupied/Unoccupied Oasis name fix
This commit is contained in:
@@ -197,7 +197,7 @@ class Units {
|
||||
header("Location: a2b.php");
|
||||
}else{
|
||||
|
||||
$villageName = "Unoccupied Oasis";
|
||||
$villageName = $database->getOasisField($oid,"name");
|
||||
$speed= 300;
|
||||
$timetaken = $generator->procDistanceTime($coor,$village->coor,INCREASE_SPEED,1);
|
||||
array_push($post, "$id", "$villageName", "2","$timetaken");
|
||||
|
||||
Reference in New Issue
Block a user