fix(DB/Spell): Elemental Focus proc on hit instead of cast (#24753)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-02-19 07:04:42 -06:00
committed by GitHub
parent c1400db05d
commit af83b62f7c

View File

@@ -0,0 +1,2 @@
-- Elemental Focus (16164): change SpellPhaseMask from CAST (0x1) to HIT (0x2)
UPDATE `spell_proc` SET `SpellPhaseMask` = 2 WHERE `SpellId` = 16164;