Update Village.php

This commit is contained in:
Shadow
2013-11-18 07:33:59 +02:00
parent 0d8d7db1b1
commit 11154c14fb
+1
View File
@@ -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);