chore(DB): import pending files

Referenced commit(s): fe0222cbdd
This commit is contained in:
github-actions[bot]
2026-02-22 18:53:00 +00:00
parent 96df2b3678
commit f432f4f974

View File

@@ -0,0 +1,4 @@
-- DB update 2026_02_22_05 -> 2026_02_22_06
-- 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;