Core/ObjectMgr: Refactor sInstanceTemplate

This commit is contained in:
leak
2011-04-28 22:16:13 +02:00
parent 19cab2c508
commit 5aeb4fe794
14 changed files with 81 additions and 58 deletions
-4
View File
@@ -2847,10 +2847,6 @@ DROP TABLE IF EXISTS `instance_template`;
CREATE TABLE `instance_template` (
`map` smallint(5) unsigned NOT NULL,
`parent` int(10) unsigned NOT NULL,
`startLocX` float DEFAULT NULL,
`startLocY` float DEFAULT NULL,
`startLocZ` float DEFAULT NULL,
`startLocO` float DEFAULT NULL,
`script` varchar(128) NOT NULL DEFAULT '',
`allowMount` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`map`)