diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-01-31 15:51:26 +0100 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-01-31 15:51:26 +0100 |
commit | bba182428dc532236bcbf17a53f9919b9a8b28cb (patch) | |
tree | 090bc7c5fc7b6f372567a4a44e11fe8b641d7774 | |
parent | 815f43be7a0e1b5086184fcd2a4a2c6f69faa9de (diff) |
DB/ModelInfo: Fix the hitbox on Cyanigosa's dragon form.
-rw-r--r-- | sql/updates/world/2016_01_31_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_31_00_world.sql b/sql/updates/world/2016_01_31_00_world.sql new file mode 100644 index 00000000000..f64d9182784 --- /dev/null +++ b/sql/updates/world/2016_01_31_00_world.sql @@ -0,0 +1,2 @@ +-- fix cyanigosa hitbox +UPDATE `creature_model_info` SET `BoundingRadius`=0.2325, `CombatReach`=6.25 WHERE `DisplayID`=27340; |