mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 12:24:20 +00:00
Update Units.php
This commit is contained in:
@@ -214,7 +214,7 @@ class Units {
|
||||
header("Location: a2b.php");
|
||||
}else{
|
||||
|
||||
$villageName = $database->getOasisField($oid,"name");
|
||||
$villageName = $database->getOasisField($id,"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