forked from mirror/azerothcore-wotlk
release: DB squash & begin AC 4.0.0 development (#4341)
This commit is contained in:
@@ -9,11 +9,11 @@ DROP TABLE IF EXISTS `instance`;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `instance`
|
||||
(
|
||||
`id` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`map` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`resettime` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`difficulty` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`completedEncounters` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`id` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`map` smallint(5) unsigned NOT NULL DEFAULT 0,
|
||||
`resettime` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`difficulty` tinyint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`completedEncounters` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`data` tinytext NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `map` (`map`),
|
||||
|
||||
Reference in New Issue
Block a user