DB/ModelInfo: Fix the hitbox on Cyanigosa's dragon form.

(cherry picked from commit bba182428d)
This commit is contained in:
treeston
2016-01-31 15:51:26 +01:00
committed by Shauren
parent 677309743a
commit 55c364b9c0

View File

@@ -0,0 +1,2 @@
-- fix cyanigosa hitbox
UPDATE `creature_model_info` SET `BoundingRadius`=0.2325, `CombatReach`=6.25 WHERE `DisplayID`=27340;