chore(DB): import pending files

Referenced commit(s): 037b707be0
This commit is contained in:
github-actions[bot]
2026-03-01 14:33:19 +00:00
parent 037b707be0
commit 0708a314d5

View File

@@ -1,2 +1,3 @@
-- DB update 2026_03_01_02 -> 2026_03_01_03
-- Arcane Blast debuff: spell_proc override to consume at CAST phase via family masks (AM/AE/ABarr only)
UPDATE `spell_proc` SET `ProcFlags`=69632, `SpellFamilyMask0`=6144, `SpellFamilyMask1`=32768, `SpellFamilyMask2`=0, `SpellPhaseMask`=1, `Charges`=1 WHERE `SpellId`=36032;