From 441e53e89b6de2ffb6926d4ea0af8312d0eb71df Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Sun, 25 Feb 2024 15:48:37 +0100 Subject: [PATCH] fix(DB/Spells): allow Armor Disruption from Netherstrand Longbow to stack (#18398) initial --- data/sql/updates/pending_db_world/netherstrand_armor_stack.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/netherstrand_armor_stack.sql diff --git a/data/sql/updates/pending_db_world/netherstrand_armor_stack.sql b/data/sql/updates/pending_db_world/netherstrand_armor_stack.sql new file mode 100644 index 000000000..f4dd501a7 --- /dev/null +++ b/data/sql/updates/pending_db_world/netherstrand_armor_stack.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `spell_id`=36482; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (36482, 4194304);