From b76b6c4e2fde1811896ea78f5ef1061e19903736 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 3 Jul 2022 16:38:38 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Plague=20Cauldron=20Target=20sho?= =?UTF-8?q?uld=20remove=20all=20auras=20on=20event=20=E2=80=A6=20(#12294)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Plague Cauldron Target should remove all auras on event completion. Fixes #12221 --- data/sql/updates/pending_db_world/rev_1656841188208731500.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1656841188208731500.sql diff --git a/data/sql/updates/pending_db_world/rev_1656841188208731500.sql b/data/sql/updates/pending_db_world/rev_1656841188208731500.sql new file mode 100644 index 000000000..7230a11c2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1656841188208731500.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=3177300 AND `source_type`=9 AND `id`=46; +INSERT INTO `smart_scripts` VALUES +(3177300,9,46,0,0,0,100,0,0,0,0,0,0,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Script9 - Remove all auras');