mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-30 15:17:13 +00:00
Update Units.php
This commit is contained in:
@@ -214,7 +214,7 @@ class Units {
|
|||||||
header("Location: a2b.php");
|
header("Location: a2b.php");
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
$villageName = $database->getOasisField($oid,"name");
|
$villageName = $database->getOasisField($id,"name");
|
||||||
$speed= 300;
|
$speed= 300;
|
||||||
$timetaken = $generator->procDistanceTime($coor,$village->coor,INCREASE_SPEED,1);
|
$timetaken = $generator->procDistanceTime($coor,$village->coor,INCREASE_SPEED,1);
|
||||||
array_push($post, "$id", "$villageName", "2","$timetaken");
|
array_push($post, "$id", "$villageName", "2","$timetaken");
|
||||||
|
|||||||
Reference in New Issue
Block a user