refactor: s1_fdata caching implemented

#313
This commit is contained in:
Martin Ambrus
2017-11-20 15:41:29 +01:00
parent 91049ae034
commit 64d7d158c7
3 changed files with 42 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ class Village {
}
$this->LoadTown();
$database->cacheResourceLevels($this->wid);
$this->calculateProduction();
$this->processProduction();
$this->ActionControl();