From 26b36a5af10ca18303f5a639d532b418d14a30b7 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Mon, 2 Jan 2023 19:39:31 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Nexus=20Terror's=20Death=20Coil?= =?UTF-8?q?=20should=20be=20casted=20only=20on=20Hero=E2=80=A6=20(#14449)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Nexus Terror's Death Coild should be casted only on Heroic difficulty. Fixes #14298 --- data/sql/updates/pending_db_world/rev_1672492892779867100.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1672492892779867100.sql diff --git a/data/sql/updates/pending_db_world/rev_1672492892779867100.sql b/data/sql/updates/pending_db_world/rev_1672492892779867100.sql new file mode 100644 index 000000000..dcdff61f1 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1672492892779867100.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=4 WHERE `entryorguid`=19307 AND `source_type`=0 AND `id`=2;