From 70a77d9dda6d5b5c2efdff8f513680344778d23b Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 3 Jul 2022 16:33:33 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Fixed=20completing=20"Iron=20Run?= =?UTF-8?q?e=20Constructs=20and=20You:=20The=20Bluf=E2=80=A6=20(#12299)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Fixed completing "Iron Rune Constructs and You: The Bluff" quest. Fixes #12237 --- data/sql/updates/pending_db_world/rev_1656850805352764600.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1656850805352764600.sql diff --git a/data/sql/updates/pending_db_world/rev_1656850805352764600.sql b/data/sql/updates/pending_db_world/rev_1656850805352764600.sql new file mode 100644 index 000000000..78762e44c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1656850805352764600.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=24823 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_phase_mask`=0, `event_param3`=5000, `event_param4`=5000 WHERE `entryorguid`=24718 AND `source_type`=0 AND `id`=1;