diff options
author | leak <leakzx@googlemail.com> | 2011-04-29 19:59:40 +0200 |
---|---|---|
committer | leak <leakzx@googlemail.com> | 2011-04-29 19:59:40 +0200 |
commit | 01a79947d56eae6ed9f47dc2b41897d77cc91f41 (patch) | |
tree | 5a932eaa631d371b0ffa17d74e7726adf5fc3d55 /sql | |
parent | 6fb2bf4224b20c0ccecfceaca8d39ae27b8677ea (diff) |
More cleanup after last commit spree
Diffstat (limited to 'sql')
-rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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`) |