sabotagelimit을 strategic_cmd_limit로 변경

This commit is contained in:
2018-11-18 03:57:22 +09:00
parent 5de9859a1e
commit 979d7e3662
13 changed files with 104 additions and 143 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ CREATE TABLE `nation` (
`l5set` INT(1) NULL DEFAULT '0',
`scout` INT(1) NULL DEFAULT '0',
`war` INT(1) NULL DEFAULT '0',
`sabotagelimit` INT(4) NULL DEFAULT '36',
`strategic_cmd_limit` INT(4) NULL DEFAULT '36',
`surlimit` INT(4) NULL DEFAULT '72',
`scoutmsg` TEXT NULL DEFAULT '',
`tech` float NULL DEFAULT '0',