From 16eb49270d2dc1ce4201d3a290a026a044155e86 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 12 Feb 2015 06:52:02 +0100 Subject: [PATCH] DB/Misc: Wintergrasp teleporter in dalaran By Gooyeth, closes #13719 --- sql/updates/world/2015_02_12_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_02_12_01_world.sql 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);