mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 21:04:20 +00:00
Update Village.php
This commit is contained in:
@@ -67,6 +67,7 @@ class Village {
|
||||
$this->unitarray = $database->getUnit($this->wid);
|
||||
$this->enforcetome = $database->getEnforceVillage($this->wid,0);
|
||||
$this->enforcetoyou = $database->getEnforceVillage($this->wid,1);
|
||||
$this->enforceoasis = $database->getOasisEnforce($this->wid,0);
|
||||
$this->unitall = $technology->getAllUnits($this->wid);
|
||||
$this->techarray = $database->getTech($this->wid);
|
||||
$this->abarray = $database->getABTech($this->wid);
|
||||
|
||||
Reference in New Issue
Block a user