diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-12 06:52:02 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-12 06:52:02 +0100 |
| commit | 16eb49270d2dc1ce4201d3a290a026a044155e86 (patch) | |
| tree | 90e49e46cc24cdc09c634e1d67cb72378790eb2c | |
| parent | c25ad02c541c2621ef818ddc444812d30e14a143 (diff) | |
DB/Misc: Wintergrasp teleporter in dalaran
By Gooyeth, closes #13719
| -rw-r--r-- | sql/updates/world/2015_02_12_01_world.sql | 4 |
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); |
