fix(Core/Spells): Fix Lock and Load procs (#24795)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
98cf3cb007
commit
96df2b3678
4 changed files with 22 additions and 1 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue