등용장 생성시 버그 수정
This commit is contained in:
@@ -209,8 +209,8 @@ class ScoutMessage extends Message{
|
|||||||
$destGeneralID,
|
$destGeneralID,
|
||||||
$destGeneral['name'],
|
$destGeneral['name'],
|
||||||
$destGeneral['nation'],
|
$destGeneral['nation'],
|
||||||
Util::array_get($srcNationInfo['name'], ''),
|
$destNationInfo['name'],
|
||||||
Util::array_get($srcNationInfo['color'], '')
|
$destNationInfo['color']
|
||||||
);
|
);
|
||||||
|
|
||||||
$msg = "{$src->nationName}(으)로 망명 권유 서신";
|
$msg = "{$src->nationName}(으)로 망명 권유 서신";
|
||||||
|
|||||||
Reference in New Issue
Block a user