From 344261fa7bc7bd8c2379b0546a4a5a73a9391daa Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Sat, 6 Jul 2024 16:37:29 +0200 Subject: [PATCH] fix(DB/TheBlackTemple): Ashtongue Feral Spirit detection range (#19315) init --- data/sql/updates/pending_db_world/detect.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/detect.sql diff --git a/data/sql/updates/pending_db_world/detect.sql b/data/sql/updates/pending_db_world/detect.sql new file mode 100644 index 000000000..a3cdc25d8 --- /dev/null +++ b/data/sql/updates/pending_db_world/detect.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `detection_range` = 55 WHERE `entry` = 22849;