fix: 조사 관련 문제 수정

This commit is contained in:
2022-08-28 15:40:52 +09:00
parent b28ca864f9
commit 8a987cc55e
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ $db->update('ng_diplomacy', [
'state'=>'cancelled',
'aux'=>Json::encode($aux)
], 'no=%i', $letterNo);
$msgText = "외교 서신 #{$letterNo} 회수되었습니다.";
$msgText = "외교 서신(#{$letterNo})이 회수되었습니다.";
$msg = new Message(
Message::MSGTYPE_DIPLOMACY,