DB/Misc: Add Spectral Gyphron to Wintergrasp

fixes #956
This commit is contained in:
ZxBiohazardZx
2011-04-11 20:53:50 +02:00
parent d1e8aa2f8f
commit 6f9a02a10c
@@ -0,0 +1,6 @@
-- Add Spectral Gyphron to Wintergrasp
DELETE FROM `spell_area` WHERE `spell`=55164 AND `area`=4197;
INSERT INTO `spell_area`
(`spell`,`area`,`quest_start`,`quest_start_active`,`aura_spell`,`racemask`,`gender`,`autocast`)
VALUES
(55164,4197,0,0,8326,65527,2,1);