외교서신을 위한 mailbox code로 8000번대 지정

This commit is contained in:
2018-02-09 02:58:45 +09:00
parent 76226a2470
commit 46eda74a6f
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -534,7 +534,7 @@ $game_schema = "
$message_schema = "
CREATE TABLE `message` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`mailbox` INT(11) NOT NULL COMMENT '9999 == public, >= 9000 national',
`mailbox` INT(11) NOT NULL COMMENT '9999 == public, >= 9000 national, >= 8000 diplomacy',
`type` ENUM('private','national','public','diplomacy') NOT NULL,
`is_sender` BIT(1) NOT NULL,
`src` INT(11) NOT NULL,