fix(Core/Spells): Fingers of Frost proc and consumption with Blizzard (#24770)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-02-19 23:29:23 -06:00
committed by GitHub
parent ac7446fe1c
commit 188976dbea
2 changed files with 32 additions and 4 deletions

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `SpellPhaseMask` = 3, `AttributesMask` = 2 WHERE `SpellId` = 74396;