From 8e7463e8bc3cc0d3e156690e6d87a9e5b13b32c6 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:40:06 -0400 Subject: [PATCH] fix(DB/Spell): Add armor ignore attribute to Shared Rule damage spell. (#20160) Init. --- data/sql/updates/pending_db_world/shared-rule-damage.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/shared-rule-damage.sql diff --git a/data/sql/updates/pending_db_world/shared-rule-damage.sql b/data/sql/updates/pending_db_world/shared-rule-damage.sql new file mode 100644 index 000000000..ec07b7eb0 --- /dev/null +++ b/data/sql/updates/pending_db_world/shared-rule-damage.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_custom_attr` WHERE `spell_id` = 41342; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (41342, 32768);