From 4fae2ffc3ffbf1490498a2b7cd2bed06d6fbb629 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:18:59 +0300 Subject: [PATCH] fix(DB/Custom): Introspection aura(s) should be a debuff (#19364) --- .../updates/pending_db_world/rev_1720452811650880300.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1720452811650880300.sql diff --git a/data/sql/updates/pending_db_world/rev_1720452811650880300.sql b/data/sql/updates/pending_db_world/rev_1720452811650880300.sql new file mode 100644 index 000000000..8dfd46da2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1720452811650880300.sql @@ -0,0 +1,7 @@ +-- Introspection +DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (40055,40165,40166,40167); +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES +(40055, 4096), +(40165, 4096), +(40166, 4096), +(40167, 4096);