From 265200b5bceff7d474761cbc12baa9cf16c5c08d Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 10 May 2020 02:18:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=BD=EA=B0=84=EC=9D=98=20=EC=BF=BC?= =?UTF-8?q?=EB=A6=AC=20=EC=B5=9C=EC=A0=81=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/process_war.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/process_war.php b/hwe/process_war.php index e249a928..91dfdc01 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -521,10 +521,10 @@ function ConquerCity(array $admin, General $general, array $city) { 12 ), null, $city, $loseNation, $year, $month, false); - $attackerLogger->flush(); - $oldNationGenerals = deleteNation($lord, false); $josaUl = JosaUtil::pick($defenderNationName, '을'); $attackerLogger->pushNationalHistoryLog("{$defenderNationName}{$josaUl} 정복"); + $attackerLogger->flush(); + $oldNationGenerals = deleteNation($lord, false); $loseGeneralGold = 0; $loseGeneralRice = 0;