diff --git a/hwe/sammo/Command/Nation/che_종전수락.php b/hwe/sammo/Command/Nation/che_종전수락.php index 2441ee5a..c2b6c933 100644 --- a/hwe/sammo/Command/Nation/che_종전수락.php +++ b/hwe/sammo/Command/Nation/che_종전수락.php @@ -179,10 +179,13 @@ class che_종전수락 extends Command\NationCommand $logger->pushGlobalActionLog("{$generalName}{$josaYiGeneral} {$destNationName}{$josaWa} 종전 합의 하였습니다."); $logger->pushGlobalHistoryLog("【종전】{$nationName}{$josaYiNation} {$destNationName}{$josaWa} 종전 합의 하였습니다."); + $josaWa = JosaUtil::pick($destNationName, '와'); + $logger->pushNationalHistoryLog("{$destNationName}{$josaWa} 종전"); $josaWa = JosaUtil::pick($nationName, '와'); $destLogger->pushGeneralActionLog("{$nationName}{$josaWa} 종전에 성공했습니다.", ActionLogger::PLAIN); $destLogger->pushGeneralHistoryLog("{$nationName}{$josaWa} 종전 성공"); + $destLogger->pushNationalHistoryLog("{$nationName}{$josaWa} 종전"); $general->applyDB($db); $destLogger->flush();