diff --git a/twe/sammo/Scenario.php b/twe/sammo/Scenario.php index 3aa54636..06e0f501 100644 --- a/twe/sammo/Scenario.php +++ b/twe/sammo/Scenario.php @@ -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']); } }