From 65479d08e564ef40b5d31a508deb4e8aadd3176e Mon Sep 17 00:00:00 2001 From: Keader Date: Sun, 7 Feb 2021 10:16:12 -0300 Subject: DB/ModelInfo: Fixed hitbox of Marrowgar/Deathbringer --- sql/updates/world/3.3.5/2021_02_07_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_02_07_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_02_07_00_world.sql b/sql/updates/world/3.3.5/2021_02_07_00_world.sql new file mode 100644 index 00000000000..02754084a77 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_07_00_world.sql @@ -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; -- cgit v1.2.3