From 02c57f1030e8df92c06507fb8d4c5a60a5beaf53 Mon Sep 17 00:00:00 2001 From: elthehablo <83884799+elthehablo@users.noreply.github.com> Date: Tue, 12 Mar 2024 20:53:09 +0100 Subject: [PATCH] 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 00000000000000..2b46589a70e9dd --- /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;