From 8bb5324896f9f11531ee4290ec762326611eb870 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 16 May 2020 14:14:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=9C=EB=B3=91=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=A9=94=EC=8B=9C=EC=A7=80=20=EB=B2=84?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/General/che_출병.php b/hwe/sammo/Command/General/che_출병.php index 47ea16be..d5ad600b 100644 --- a/hwe/sammo/Command/General/che_출병.php +++ b/hwe/sammo/Command/General/che_출병.php @@ -192,8 +192,8 @@ class che_출병 extends Command\GeneralCommand } while (false); $defenderCityID = (int) Util::choiceRandom($candidateCities); - $defenderCityName = $this->destCity['name']; $this->setDestCity($defenderCityID); + $defenderCityName = $this->destCity['name']; $josaRo = JosaUtil::pick($defenderCityName, '로'); $defenderNationID = $this->destCity['nation'];