From bf838cd561d4a4ef75bfa8df865866a19f33afce Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 11 May 2020 01:21:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=9C=EB=B3=91=20=EC=96=B4=ED=83=9D?= =?UTF-8?q?=EB=95=85=EC=8B=9C=20=EC=95=84=EA=B5=AD=20=EB=95=8C=EB=A6=AC?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_출병.php | 1 + 1 file changed, 1 insertion(+) 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");