fix(Core/Spells): Fix Lock and Load procs (#24795)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2026-02-22 12:32:41 -06:00 committed by GitHub
parent 98cf3cb007
commit 96df2b3678
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,3 @@
-- Lock and Load: allow periodic tick procs (Black Arrow, Explosive Trap)
-- SpellPhaseMask 6 = PROC_SPELL_PHASE_HIT | PROC_SPELL_PHASE_FINISH
UPDATE `spell_proc` SET `SpellPhaseMask` = 6 WHERE `SpellId` = -56342;