From 0f6155f031ba70a1f4102b0c70c3cf2d5d66358a Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:37:40 +0200 Subject: [PATCH] fix(DB/Custom): Spotlight aura stacking (#20429) --- .../sql/updates/pending_db_world/rev_1730643881779967700.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1730643881779967700.sql diff --git a/data/sql/updates/pending_db_world/rev_1730643881779967700.sql b/data/sql/updates/pending_db_world/rev_1730643881779967700.sql new file mode 100644 index 000000000..4c442205c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1730643881779967700.sql @@ -0,0 +1,5 @@ +-- Spotlight +DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (29683,32214); +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES +(29683, 536870912), +(32214, 536870912);