fix(DB/Creature): Correct model info for Hyjal bosses. (#19032)
* Init. * Remove comments. Bad CI.
This commit is contained in:
parent
d14d34110b
commit
299631f3b5
1 changed files with 3 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue