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{