mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
4
sql/updates/world/2015_02_12_01_world.sql
Normal file
4
sql/updates/world/2015_02_12_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user