From 0e6eada718796e88ad02bb84c863dfe3eacbd31f Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 9 Feb 2018 02:59:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/func_message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twe/func_message.php b/twe/func_message.php index 0ab9f038..58d46751 100644 --- a/twe/func_message.php +++ b/twe/func_message.php @@ -136,7 +136,7 @@ function sendMessage($msgType, $src, $dest, $msg, $date = null, $msgOption = nul } $destMailbox = $dest['nation_id'] + 9000; } - else if($msgType === 'deplomacy'){ + else if($msgType === 'diplomacy'){ $dest['id'] = $dest['nation_id'] + 8000; } else{