From 12d701c2ff79f371643232e6788b1580d5ac10a2 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:32:31 +0200 Subject: [PATCH] fix(DB/Custom): Wand of Holiday Cheer PVP tagging. (#18333) * fix(DB/Custom): Wand of Holiday Cheer PVP tagging. * - --- data/sql/updates/pending_db_world/rev_1707992890120663700.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1707992890120663700.sql diff --git a/data/sql/updates/pending_db_world/rev_1707992890120663700.sql b/data/sql/updates/pending_db_world/rev_1707992890120663700.sql new file mode 100644 index 00000000000000..e1356fce5d6a97 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1707992890120663700.sql @@ -0,0 +1,3 @@ +-- Wand of Holiday Cheer +DELETE FROM `spell_custom_attr` WHERE `spell_id`=26074; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (26074, 128);