mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
fix quest time db
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user