fix(Core/Movement): MSG_MOVE_SET_* opcodes - GUID missing (#5554)
This commit is contained in:
parent
2189ac0b08
commit
c3d751bdd7
1 changed files with 1 additions and 0 deletions
|
|
@ -13708,6 +13708,7 @@ void Unit::SetSpeed(UnitMoveType mtype, float rate, bool forced)
|
|||
return;
|
||||
}
|
||||
|
||||
data << GetPackGUID();
|
||||
BuildMovementPacket(&data);
|
||||
data << float(GetSpeed(mtype));
|
||||
SendMessageToSet(&data, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue