From a24da9b25258a5183555a30ff940d6d5a2707dfd Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Mon, 11 Jul 2022 15:39:49 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Fixes=20starting=20waypoint=20mo?= =?UTF-8?q?vement=20during=20"I=20Sense=20a=20Distu=E2=80=A6=20(#12350)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(DB/SAI): Fixes starting waypoint movement during "I Sense a Disturbance" quest. Fixes #11857 * Update. --- data/sql/updates/pending_db_world/rev_1657468147873034500.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1657468147873034500.sql diff --git a/data/sql/updates/pending_db_world/rev_1657468147873034500.sql b/data/sql/updates/pending_db_world/rev_1657468147873034500.sql new file mode 100644 index 000000000..83b80d103 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1657468147873034500.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=28665 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_type`=27 WHERE `entryorguid`=28665 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|512 WHERE `entryorguid`=2866500 AND `source_type`=9;