diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-01-31 15:51:26 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 16:46:56 +0200 |
commit | 55c364b9c0759b04a0ef8a48cbc84ab5e6456938 (patch) | |
tree | d22c4c81f238b74b24b33a1cd79858c896c83144 | |
parent | 677309743a71017d5d1a4a0998a47fa808f030b1 (diff) |
DB/ModelInfo: Fix the hitbox on Cyanigosa's dragon form.
(cherry picked from commit bba182428dc532236bcbf17a53f9919b9a8b28cb)
-rw-r--r-- | sql/updates/world/2016_04_02_17_world_2016_01_31_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_17_world_2016_01_31_00_world.sql b/sql/updates/world/2016_04_02_17_world_2016_01_31_00_world.sql new file mode 100644 index 00000000000..f64d9182784 --- /dev/null +++ b/sql/updates/world/2016_04_02_17_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; |