mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Core/PacketIO: Fixed mistake in setting packet value for SMSG_MULTIPLE_MOVES
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user