From 01a79947d56eae6ed9f47dc2b41897d77cc91f41 Mon Sep 17 00:00:00 2001 From: leak Date: Fri, 29 Apr 2011 19:59:40 +0200 Subject: More cleanup after last commit spree --- sql/base/world_database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 0ca95fb2ab4..f87810a3b6b 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -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`) -- cgit v1.2.3