From 9238c711052b0ef5d616ef6386c961ef7dcd8ff4 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Wed, 13 Mar 2024 07:41:36 +0100 Subject: [PATCH] fix(DB/TheEye): make falconer move towards you (#18542) initial --- data/sql/updates/pending_db_world/tempest_falconer.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/tempest_falconer.sql diff --git a/data/sql/updates/pending_db_world/tempest_falconer.sql b/data/sql/updates/pending_db_world/tempest_falconer.sql new file mode 100644 index 000000000..2b46589a7 --- /dev/null +++ b/data/sql/updates/pending_db_world/tempest_falconer.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_type` = 0, `comment` = 'Tempest Falconer - In Combat - Cast \'Shoot\'', `event_param6` = 0 WHERE `entryorguid` = 20037 AND `source_type` = 0 AND `id` = 1;