From 299631f3b561fb63eb9aab8619663a20f76643fc Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Sat, 8 Jun 2024 15:03:53 -0400 Subject: [PATCH] fix(DB/Creature): Correct model info for Hyjal bosses. (#19032) * Init. * Remove comments. Bad CI. --- data/sql/updates/pending_db_world/hyjal-models.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/hyjal-models.sql diff --git a/data/sql/updates/pending_db_world/hyjal-models.sql b/data/sql/updates/pending_db_world/hyjal-models.sql new file mode 100644 index 000000000..b249c4ba1 --- /dev/null +++ b/data/sql/updates/pending_db_world/hyjal-models.sql @@ -0,0 +1,3 @@ +UPDATE `creature_model_info` SET `BoundingRadius` = 4.5, `CombatReach` = 7.875 WHERE `DisplayID` = 17886; +UPDATE `creature_model_info` SET `BoundingRadius` = 4.2 WHERE `DisplayID` = 20939; +UPDATE `creature_model_info` SET `BoundingRadius` = 5, `CombatReach` = 7.5 WHERE `DisplayID` = 21069;