chore(DB): import pending files

Referenced commit(s): af83b62f7c
This commit is contained in:
github-actions[bot]
2026-02-19 13:05:50 +00:00
parent af83b62f7c
commit 08cb2ab615

View File

@@ -0,0 +1,3 @@
-- DB update 2026_02_19_01 -> 2026_02_19_02
-- Elemental Focus (16164): change SpellPhaseMask from CAST (0x1) to HIT (0x2)
UPDATE `spell_proc` SET `SpellPhaseMask` = 2 WHERE `SpellId` = 16164;