From d27e5e26f7655bf751ecb0446a204de8fe145163 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Wed, 28 Sep 2022 00:13:57 -0300 Subject: [PATCH] fix(DB/creature_template): Update AQ20 detection ranges (#13150) --- .../pending_db_world/rev_1664206413363828800.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1664206413363828800.sql diff --git a/data/sql/updates/pending_db_world/rev_1664206413363828800.sql b/data/sql/updates/pending_db_world/rev_1664206413363828800.sql new file mode 100644 index 000000000..b05fe226e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1664206413363828800.sql @@ -0,0 +1,16 @@ +-- Ossirian +UPDATE `creature_template` SET `detection_range` = 37 WHERE (`entry` = 15339); +-- Qiraji Gladiator +UPDATE `creature_template` SET `detection_range` = 38.75 WHERE (`entry` = 15324); +-- Qiraji Swarmguard +UPDATE `creature_template` SET `detection_range` = 34.125 WHERE (`entry` = 15343); +-- Hive'Zara Stinger & Wasp +UPDATE `creature_template` SET `detection_range` = 28.75 WHERE (`entry` IN (15327, 15325)); +-- Obsidian Destroyer +UPDATE `creature_template` SET `detection_range` = 36.5 WHERE (`entry` = 15338); +-- Anubisath Guardian +UPDATE `creature_template` SET `detection_range` = 35.25 WHERE (`entry` = 15355); +-- Ayamiss +UPDATE `creature_template` SET `detection_range` = 34.5 WHERE (`entry` = 15369); +-- Hive'Zara Sandstalker & Soldier +UPDATE `creature_template` SET `detection_range` = 28.75 WHERE (`entry` IN (15323, 15320));