From b4669d6fcb22be69e44ed7168ae67ecf4ac93fb8 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 9 Feb 2018 03:00:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/func_message.php | 1 + 1 file changed, 1 insertion(+) diff --git a/twe/func_message.php b/twe/func_message.php index 58d46751..11c58d44 100644 --- a/twe/func_message.php +++ b/twe/func_message.php @@ -137,6 +137,7 @@ function sendMessage($msgType, $src, $dest, $msg, $date = null, $msgOption = nul $destMailbox = $dest['nation_id'] + 9000; } else if($msgType === 'diplomacy'){ + //NOTE:외교 서신의 경우 '동일한 내용'이 두번 가지 않으므로, 별도 처리가 필요함 $dest['id'] = $dest['nation_id'] + 8000; } else{