DB/Spells: fixed Chill of the Grave

This commit is contained in:
Ovahlord
2025-01-11 21:05:04 +01:00
parent e2c011fbd4
commit a8ceccebf9

View File

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