From c87cbaa0a6f20c6f405ccc2f12f2029dabdee6a5 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 16 Apr 2018 00:03:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=EC=8B=9C=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/ScoutMessage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/ScoutMessage.php b/hwe/sammo/ScoutMessage.php index b647e6ca..dc818e82 100644 --- a/hwe/sammo/ScoutMessage.php +++ b/hwe/sammo/ScoutMessage.php @@ -209,8 +209,8 @@ class ScoutMessage extends Message{ $destGeneralID, $destGeneral['name'], $destGeneral['nation'], - Util::array_get($srcNationInfo['name'], ''), - Util::array_get($srcNationInfo['color'], '') + $destNationInfo['name'], + $destNationInfo['color'] ); $msg = "{$src->nationName}(으)로 망명 권유 서신";