chore(DB): import pending files

Referenced commit(s): 5b3263e3b4
This commit is contained in:
github-actions[bot]
2026-03-11 19:19:04 +00:00
parent 5b3263e3b4
commit 5ff898a9aa

View File

@@ -1,3 +1,4 @@
-- DB update 2026_03_11_00 -> 2026_03_11_01
-- Restrict "on spellcast" procs to damage/heal only (SpellTypeMask=3)
-- Prevents proccing from utility spells like Open Lock (doors with keys)
UPDATE `spell_proc` SET `SpellTypeMask` = 3 WHERE `SpellId` IN (27521, 27774, 32837, 32980, 32981, 34584, 38334, 55381, 58442, 62114, 71585);