aboutsummaryrefslogtreecommitdiff
path: root/sql/base
diff options
context:
space:
mode:
authorleak <leakzx@googlemail.com>2011-04-28 22:16:13 +0200
committerleak <leakzx@googlemail.com>2011-04-28 22:16:13 +0200
commit5aeb4fe794174c1269b4efcb43556a8b69d2b26a (patch)
treede6d43ceed0cb2a0242446d6c2388e8b97acb24d /sql/base
parent19cab2c50857045788bd80e202ed661e49ed8bba (diff)
Core/ObjectMgr: Refactor sInstanceTemplate
Diffstat (limited to 'sql/base')
-rw-r--r--sql/base/world_database.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index 4683fb86de1..835642bf041 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -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`)