mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature): Correct model info for Hyjal bosses. (#19032)
* Init. * Remove comments. Bad CI.
This commit is contained in:
3
data/sql/updates/pending_db_world/hyjal-models.sql
Normal file
3
data/sql/updates/pending_db_world/hyjal-models.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user