From 70044b71f4a6c4708a2f4ff04597a74d04a91219 Mon Sep 17 00:00:00 2001 From: Tereneckla Date: Wed, 21 May 2025 12:06:59 +0000 Subject: [PATCH] fix(DB/Spells): Shadow Bolt Volley of Hand of Deceivers on the Kil'jaeden fight stack (#22156) --- data/sql/updates/pending_db_world/rev_1747667082397759252.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1747667082397759252.sql diff --git a/data/sql/updates/pending_db_world/rev_1747667082397759252.sql b/data/sql/updates/pending_db_world/rev_1747667082397759252.sql new file mode 100644 index 000000000..1f3ed1cff --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1747667082397759252.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `spell_id`=45770; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (45770, 4194304);