From 93e5082fdf451b564795c89b4d53305f97032764 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 29 Mar 2018 02:10:01 +0900 Subject: [PATCH] =?UTF-8?q?Scenario=20build=20=EB=A7=88=EB=AC=B4=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/sammo/Scenario.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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']); } }