mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Added CMSG_EQUIPMENT_SET_USE opcode structure.
This commit is contained in:
parent
e75e66063e
commit
6b71704ac0
2 changed files with 17 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue