Scenario build 마무리

This commit is contained in:
2018-03-29 02:10:01 +09:00
parent 0d4f4d06f3
commit 93e5082fdf
+3 -1
View File
@@ -363,9 +363,11 @@ class Scenario{
$db->insert('event', $this->events);
pushHistory($this->history);
refreshNationStaticInfo();
foreach(getAllNationStaticInfo() as $nation){
SetNationFront($connect, $nation['nation']);
SetNationFront($db->get(), $nation['nation']);
}
}