From 09e3dbf770d7e5ccb7df654e888e755f8977e33d Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Sat, 30 Dec 2023 18:36:16 +0200 Subject: [PATCH] fix(DB/Custom): Rotting Touch should stack from different sources (#18079) --- data/sql/updates/pending_db_world/rev_1703920580435795500.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1703920580435795500.sql diff --git a/data/sql/updates/pending_db_world/rev_1703920580435795500.sql b/data/sql/updates/pending_db_world/rev_1703920580435795500.sql new file mode 100644 index 000000000..6419bd07a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1703920580435795500.sql @@ -0,0 +1,3 @@ +-- Rotting Touch +DELETE FROM `spell_custom_attr` WHERE `spell_id`=50196; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (50196, 4194304);