DB/Spells: corrected proc behavior of Chill of the Grave - only allow it to proc when its triggering spells hit the target

(cherry picked from commit 59c6650db38a547584f87a97479a23b6c49e6ff6)
This commit is contained in:
Ovahlord
2025-01-11 23:50:13 +01:00
parent dbe2f1ee7e
commit 4cdd79aed0

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `SpellPhaseMask`= 0x4 WHERE `SpellId`= -49149;