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}(으)로 망명 권유 서신";