fix(Core/Movement): MSG_MOVE_SET_* opcodes - GUID missing (#5554)

This commit is contained in:
Chaouki Dhib
2021-05-07 21:27:00 +02:00
committed by GitHub
parent 2189ac0b08
commit c3d751bdd7

View File

@@ -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);