mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB/Creature): Correct model info for Ahune related mobs. (#19219)
* Init. * Remove unnecessary info.
This commit is contained in:
5
data/sql/updates/pending_db_world/ahune-model-info.sql
Normal file
5
data/sql/updates/pending_db_world/ahune-model-info.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
UPDATE `creature_model_info` SET `BoundingRadius` = 1, `CombatReach` = 11 WHERE `DisplayID` = 23344;
|
||||
UPDATE `creature_model_info` SET `BoundingRadius` = 0.694444000720977783 WHERE `DisplayID` = 20990;
|
||||
UPDATE `creature_model_info` SET `BoundingRadius` = 0.620000004768371582, `CombatReach` = 3 WHERE `DisplayID` = 20433;
|
||||
UPDATE `creature_model_info` SET `BoundingRadius` = 0.305559992790222167 WHERE `DisplayID` = 23504;
|
||||
UPDATE `creature_model_info` SET `BoundingRadius` = 2 WHERE `DisplayID` = 23447;
|
||||
Reference in New Issue
Block a user