fix(DB/Spell): Add armor ignore attribute to Shared Rule damage spell. (#20160)

Init.
This commit is contained in:
Benjamin Jackson
2024-10-08 10:40:06 -04:00
committed by GitHub
parent d5d5df67ba
commit 8e7463e8bc

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 41342;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (41342, 32768);