aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-02-12 06:52:02 +0100
committerAokromes <Aokromes@users.noreply.github.com>2015-02-12 06:52:02 +0100
commit16eb49270d2dc1ce4201d3a290a026a044155e86 (patch)
tree90e49e46cc24cdc09c634e1d67cb72378790eb2c
parentc25ad02c541c2621ef818ddc444812d30e14a143 (diff)
DB/Misc: Wintergrasp teleporter in dalaran
By Gooyeth, closes #13719
-rw-r--r--sql/updates/world/2015_02_12_01_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_12_01_world.sql b/sql/updates/world/2015_02_12_01_world.sql
new file mode 100644
index 00000000000..8ce5742c7a3
--- /dev/null
+++ b/sql/updates/world/2015_02_12_01_world.sql
@@ -0,0 +1,4 @@
+-- Fix 'Teleport to Lake Wintergrasp'
+DELETE FROM `spell_scripts` WHERE `id`=58622;
+INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
+(58622, 0, 1, 6, 571, 0, 0, 5386.05, 2840.97, 418.675, 3.14159);