버그 수정

This commit is contained in:
2019-04-21 22:29:08 +09:00
parent a31c949734
commit dd81dcc9c6
12 changed files with 104 additions and 66 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ CREATE TABLE `general` (
`book` INT(2) NOT NULL DEFAULT '0',
`horse` INT(2) NOT NULL DEFAULT '0',
`item` INT(2) NOT NULL DEFAULT '0',
`turntime` DATETIME(6) NOT NULL DEFAULT NULL,
`turntime` DATETIME(6) NOT NULL,
`recwar` DATETIME(6) NULL DEFAULT NULL,
`makelimit` INT(2) NULL DEFAULT '0',
`killturn` INT(3) NULL DEFAULT NULL,