From 1704c78caa9ffa88996874224417d9111524a924 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 10 Jul 2022 20:24:55 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Fixed=20summoning=20friendly=20N?= =?UTF-8?q?PCs=20during=20quest=20"The=20Air=20Stan=E2=80=A6=20(#12349)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Fixed summoning friendly NPCs during quest "The Air Stands Still" Fixes #12315 --- data/sql/updates/pending_db_world/rev_1657467322559240600.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1657467322559240600.sql diff --git a/data/sql/updates/pending_db_world/rev_1657467322559240600.sql b/data/sql/updates/pending_db_world/rev_1657467322559240600.sql new file mode 100644 index 000000000..3e762c8fe --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1657467322559240600.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=57911, `target_type`=1 WHERE `entryorguid`=30829 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=57892, `target_type`=1 WHERE `entryorguid`=30830 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=57917, `target_type`=1 WHERE `entryorguid`=30831 AND `source_type`=0 AND `id`=0;