From 5668e47a5d6e890b2d4de2c5de8f84dd7a1f6d63 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Sun, 12 May 2024 23:52:54 +0200 Subject: [PATCH] fix(DB/Hyjal): Archimonde aggro range (#18884) * init * Update archimondo.sql --- data/sql/updates/pending_db_world/archimondo.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/archimondo.sql diff --git a/data/sql/updates/pending_db_world/archimondo.sql b/data/sql/updates/pending_db_world/archimondo.sql new file mode 100644 index 000000000..80b434140 --- /dev/null +++ b/data/sql/updates/pending_db_world/archimondo.sql @@ -0,0 +1,2 @@ +-- was 20 +UPDATE `creature_template` SET `detection_range` = 60 WHERE `entry` = 17968;