Fix bad use of worldstates table in last commit

--HG--
branch : trunk
This commit is contained in:
Spp
2010-04-15 10:18:38 +02:00
parent 8abcca0a06
commit 08785d63ab
5 changed files with 13 additions and 9 deletions

View File

@@ -1936,7 +1936,6 @@ DROP TABLE IF EXISTS `worldstates`;
CREATE TABLE `worldstates` (
`entry` mediumint(11) UNSIGNED NOT NULL DEFAULT '0',
`value` bigint(40) UNSIGNED NOT NULL DEFAULT '0',
`NextWeeklyQuestResetTime` bigint(40) unsigned NOT NULL default '0',
`comment` text NOT NULL,
PRIMARY KEY (`entry`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Variable Saves';