chore(DB): import pending files

Referenced commit(s): 7fe5800745
This commit is contained in:
github-actions[bot]
2026-03-08 17:31:55 +00:00
parent 889ef5b11c
commit 73f8af325d

View File

@@ -1,2 +1,3 @@
-- DB update 2026_03_08_02 -> 2026_03_08_03
-- Remove SPELL_ATTR0_CU_DONT_BREAK_STEALTH (0x40) from Piercing Howl
UPDATE `spell_custom_attr` SET `attributes` = `attributes` & ~(64) WHERE `spell_id` = 12323;