From a9bc936b4f83986d4a9bc0d467be7bc5c8d89aaa Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 1 Jan 2023 12:50:06 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Swamplord=20Musel'ek's=20Aimed?= =?UTF-8?q?=20Shot=20should=20not=20be=20interrupte=E2=80=A6=20(#14455)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Swamplord Musel'ek's Aimed Shot should not be interrupted by anything. Fixes #13994 --- data/sql/updates/pending_db_world/rev_1672569382741536400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1672569382741536400.sql diff --git a/data/sql/updates/pending_db_world/rev_1672569382741536400.sql b/data/sql/updates/pending_db_world/rev_1672569382741536400.sql new file mode 100644 index 000000000..1e87ad5ac --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1672569382741536400.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=17826 AND `source_type`=0 AND `id` IN (1,2);