Scenario build 마무리
This commit is contained in:
@@ -363,9 +363,11 @@ class Scenario{
|
|||||||
|
|
||||||
$db->insert('event', $this->events);
|
$db->insert('event', $this->events);
|
||||||
|
|
||||||
|
pushHistory($this->history);
|
||||||
|
|
||||||
refreshNationStaticInfo();
|
refreshNationStaticInfo();
|
||||||
foreach(getAllNationStaticInfo() as $nation){
|
foreach(getAllNationStaticInfo() as $nation){
|
||||||
SetNationFront($connect, $nation['nation']);
|
SetNationFront($db->get(), $nation['nation']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user