diff options
| author | leak <leakzx@googlemail.com> | 2011-04-28 22:16:13 +0200 |
|---|---|---|
| committer | leak <leakzx@googlemail.com> | 2011-04-28 22:16:13 +0200 |
| commit | 5aeb4fe794174c1269b4efcb43556a8b69d2b26a (patch) | |
| tree | de6d43ceed0cb2a0242446d6c2388e8b97acb24d /sql/updates/world | |
| parent | 19cab2c50857045788bd80e202ed661e49ed8bba (diff) | |
Core/ObjectMgr: Refactor sInstanceTemplate
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/2011_04_28_00_world_instance_template.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_04_28_00_world_instance_template.sql b/sql/updates/world/2011_04_28_00_world_instance_template.sql new file mode 100644 index 00000000000..178c58173c8 --- /dev/null +++ b/sql/updates/world/2011_04_28_00_world_instance_template.sql @@ -0,0 +1,6 @@ +ALTER TABLE `instance_template` +DROP COLUMN `startLocX`, +DROP COLUMN `startLocY`, +DROP COLUMN `startLocZ`, +DROP COLUMN `startLocO`, +CHANGE `parent` `parent` SMALLINT(5) UNSIGNED NOT NULL; |
