fix: s1_research must not cache on second village data load

#313
This commit is contained in:
Martin Ambrus
2017-11-21 01:34:11 +01:00
parent 56565ef8dd
commit 1b25c4c178
+1 -1
View File
@@ -92,7 +92,7 @@ class Village {
$this->unitall = $technology->getAllUnits($this->wid);
$this->techarray = $database->getTech($this->wid);
$this->abarray = $database->getABTech($this->wid);
$this->researching = $database->getResearching($this->wid);
$this->researching = $database->getResearching($this->wid, !$second_run);
$this->capital = $this->infoarray['capital'];
$this->natar = $this->infoarray['natar'];