From 71dd0a20b577a1d7527a58e1826f653221ac58f5 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:24:24 +0200 Subject: [PATCH] fix(DB/Custom): Blistering Rot should stack from different sources (#17600) --- data/sql/updates/pending_db_world/rev_1698398730438489700.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1698398730438489700.sql diff --git a/data/sql/updates/pending_db_world/rev_1698398730438489700.sql b/data/sql/updates/pending_db_world/rev_1698398730438489700.sql new file mode 100644 index 000000000..6748549a9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1698398730438489700.sql @@ -0,0 +1,3 @@ +-- Blistering Rot +DELETE FROM `spell_custom_attr` WHERE `spell_id`=32722; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (32722, 4194304);