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;