fix(Core/Spells): fix Lock and Load not proccing from Frost Trap (#24762)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-02-19 14:25:06 -06:00
committed by GitHub
parent 0f4bd870dc
commit e54e280e60
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
-- Lock and Load (-56342): fix SpellPhaseMask from HIT (2) to FINISH (4)
UPDATE `spell_proc` SET `SpellPhaseMask` = 4 WHERE `SpellId` = -56342;