커스텀 맵 준비

This commit is contained in:
2018-07-18 00:25:51 +09:00
parent fece659cfb
commit e8204d46ce
13 changed files with 119 additions and 24 deletions
+1
View File
@@ -551,6 +551,7 @@ CREATE TABLE IF NOT EXISTS `ng_games` (
`server_id` CHAR(20) NOT NULL,
`date` DATETIME NOT NULL,
`winner_nation` INT(11) NULL DEFAULT NULL,
`map` VARCHAR(50) NULL DEFAULT NULL,
`scenario` INT(11) NOT NULL,
`scenario_name` TEXT NOT NULL,
`env` TEXT NOT NULL COMMENT 'json',