Added CMSG_EQUIPMENT_SET_USE opcode structure.

This commit is contained in:
tomrus88 2009-05-05 11:52:58 +04:00
parent e75e66063e
commit 6b71704ac0
2 changed files with 17 additions and 3 deletions

View file

@ -289,7 +289,7 @@ void Unit::SendMonsterMove(float NewPosX, float NewPosY, float NewPosZ, uint8 ty
data << uint32(MovementFlags);
if(MovementFlags & MONSTER_MOVE_WALK)
moveTime *= 1.5f;
moveTime *= 1.4f;
data << uint32(moveTime); // Time in between points
data << uint32(1); // 1 single waypoint