mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/ModelInfo: Fixed hitbox of Marrowgar/Deathbringer
This commit is contained in:
4
sql/updates/world/3.3.5/2021_02_07_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2021_02_07_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Marrowgar (ty Modox)
|
||||
UPDATE `creature_model_info` SET `BoundingRadius`=17.007 WHERE `DisplayID`=31119;
|
||||
-- Deathbringer
|
||||
UPDATE `creature_model_info` SET `BoundingRadius`=0.4278, `CombatReach`=1.725 WHERE `DisplayID`=30790;
|
||||
Reference in New Issue
Block a user