CityHelper에서 getAllNationCities가 올바르게 동작하지 않던 버그 해결

This commit is contained in:
2018-04-24 01:15:05 +09:00
parent 99b459766a
commit 388afe6fb4
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -312,6 +312,8 @@ class Scenario{
$nation->build($env);
}
refreshNationStaticInfo();
CityHelper::flushCache();
$remainGenerals = $this->buildGenerals($env);