chore(DB): import pending files

Referenced commit(s): 56ee7266e3
This commit is contained in:
github-actions[bot] 2026-04-12 17:13:18 +00:00
parent 56ee7266e3
commit 0b0842adfe

View file

@ -1,2 +1,3 @@
-- DB update 2026_04_12_02 -> 2026_04_12_03
-- Add SPELL_ATTR0_CU_DONT_BREAK_STEALTH (0x40) to Distract (1725)
UPDATE `spell_custom_attr` SET `attributes` = `attributes` | 0x40 WHERE `spell_id` = 1725;