DB/Misc: Wintergrasp teleporter in dalaran

By Gooyeth, closes #13719
This commit is contained in:
Aokromes
2015-02-12 06:52:02 +01:00
parent c25ad02c54
commit 16eb49270d

View File

@@ -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);