DB/Spells: fixed Glyph of Howling Blast

This commit is contained in:
Ovahlord
2025-01-11 20:41:26 +01:00
parent c1d8e30015
commit a940ae963d

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId`= 63335;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask1`, `SpellTypeMask`, `SpellPhaseMask`) VALUES
(63335, 15, 0x2, 0x1, 0x2);