More cleanup after last commit spree

This commit is contained in:
leak
2011-04-29 19:59:40 +02:00
parent 6fb2bf4224
commit 01a79947d5
16 changed files with 50 additions and 68 deletions
+1 -1
View File
@@ -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`)