mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Fix bad use of worldstates table in last commit
--HG-- branch : trunk
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user