fix quest time db

This commit is contained in:
Shadow
2015-06-23 09:28:09 +03:00
parent aba071fc6a
commit 4310b8b6bb
+1 -1
View File
@@ -1448,7 +1448,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` (
`dpall` int(11) NULL DEFAULT '0',
`protect` int(11) NULL,
`quest` tinyint(2) NULL,
`quest_time` int(11) NULL,
`quest_time` int(11) NULL DEFAULT '0',
`gpack` varchar(255) NULL DEFAULT 'gpack/travian_default/',
`cp` float(14,5) NULL DEFAULT '1',
`lastupdate` int(11) NULL,