mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
4
sql/updates/world/2012_08_27_07_world_spell_area.sql
Normal file
4
sql/updates/world/2012_08_27_07_world_spell_area.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Fix quest - The Angry Gorloc ID: 12578
|
||||
DELETE FROM `spell_area` WHERE `spell`=54057;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_start_active`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`) VALUES
|
||||
(54057, 4297, 12578, 1, 12578, 0, 0, 2, 1);
|
||||
Reference in New Issue
Block a user