From 90fce27c83164f23c8a229cb14d3ba654f75035c Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Mon, 5 May 2025 02:12:54 +0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Custom):=20UP=20Avenging=20Spirit's=20Wi?= =?UTF-8?q?ther=20should=20stack=20from=20multip=E2=80=A6=20(#22056)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sql/updates/pending_db_world/rev_1746375534917967600.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1746375534917967600.sql diff --git a/data/sql/updates/pending_db_world/rev_1746375534917967600.sql b/data/sql/updates/pending_db_world/rev_1746375534917967600.sql new file mode 100644 index 000000000..2168ce25b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1746375534917967600.sql @@ -0,0 +1,3 @@ +-- Avenging Spirit - Wither +DELETE FROM `spell_custom_attr` WHERE `spell_id`=48585; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (48585, 4194304);