Core/PacketIO: Fixed mistake in setting packet value for SMSG_MULTIPLE_MOVES

This commit is contained in:
Shauren
2019-03-30 15:44:56 +01:00
parent c5ab22b6ed
commit fe0abfe985

View File

@@ -22579,7 +22579,7 @@ void Player::SendInitialPacketsAfterAddToMap()
if (setCompoundState.size() > 4)
{
setCompoundState.put(0, setCompoundState.size() - 4);
setCompoundState.put<uint32>(0, setCompoundState.size() - 4);
SendDirectMessage(&setCompoundState);
}