mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 23:38:54 -04:00
More cleanup after last commit spree
This commit is contained in:
@@ -2846,7 +2846,7 @@ DROP TABLE IF EXISTS `instance_template`;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `instance_template` (
|
||||
`map` smallint(5) unsigned NOT NULL,
|
||||
`parent` int(10) unsigned NOT NULL,
|
||||
`parent` smallint(5) unsigned NOT NULL,
|
||||
`script` varchar(128) NOT NULL DEFAULT '',
|
||||
`allowMount` tinyint(1) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`map`)
|
||||
|
||||
Reference in New Issue
Block a user