DB/Spells: (SB) Fix quest The Angry Gorloc

Closes #1288
This commit is contained in:
Trista
2012-08-27 18:37:55 +01:00
committed by Nay
parent 1d05d2d4fa
commit 11b91ef2e9

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