diff options
author | QAston <none@none> | 2010-08-04 14:39:45 +0200 |
---|---|---|
committer | QAston <none@none> | 2010-08-04 14:39:45 +0200 |
commit | 6353e7dd8cd189a80fc6773bf653f159fc3a41d3 (patch) | |
tree | 841ca8df929325ef8338c62f3b6c3b06cb06df5c /src/server/game/Movement/MotionMaster.cpp | |
parent | 850868c8a33550b60ad1ae0c92f7985409d17bdc (diff) |
*Update movement enums - thanks to Zor for info.
*Add functions for position data streaming.
--HG--
branch : trunk
Diffstat (limited to 'src/server/game/Movement/MotionMaster.cpp')
-rw-r--r-- | src/server/game/Movement/MotionMaster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Movement/MotionMaster.cpp b/src/server/game/Movement/MotionMaster.cpp index d47ee113ca4..6106ef3ea07 100644 --- a/src/server/game/Movement/MotionMaster.cpp +++ b/src/server/game/Movement/MotionMaster.cpp @@ -324,7 +324,7 @@ void MotionMaster::MoveJumpTo(float angle, float speedXY, float speedZ) void MotionMaster::MoveJump(float x, float y, float z, float speedXY, float speedZ) { - uint32 moveFlag = MOVEFLAG_JUMP | MOVEFLAG_WALK; + uint32 moveFlag = SPLINEFLAG_TRAJECTORY | SPLINEFLAG_WALKING; uint32 time = speedZ * 100; i_owner->addUnitState(UNIT_STAT_CHARGING | UNIT_STAT_JUMPING); |