diff --git a/hwe/sammo/Command/General/che_출병.php b/hwe/sammo/Command/General/che_출병.php index b688d8bb..2ef8e1ea 100644 --- a/hwe/sammo/Command/General/che_출병.php +++ b/hwe/sammo/Command/General/che_출병.php @@ -195,6 +195,7 @@ class che_출병 extends Command\GeneralCommand $defenderCityName = $this->destCity['name']; $this->setDestCity($defenderCityID); $josaRo = JosaUtil::pick($defenderCityName, '로'); + $defenderNationID = $this->destCity['nation']; if ($attackerNationID == $defenderNationID) { $logger->pushGeneralActionLog("본국입니다. {$defenderCityName}{$josaRo} 으로 이동합니다. <1>$date");