mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Fix packet structure for CMSG_SEND_PING_WORLD_POINT (#31441)
This commit is contained in:
@@ -821,7 +821,7 @@ void SendPingWorldPoint::Read()
|
||||
_worldPacket >> SenderGUID;
|
||||
_worldPacket >> MapID;
|
||||
_worldPacket >> Point;
|
||||
_worldPacket >> As<int32>(Type);
|
||||
_worldPacket >> As<int8>(Type);
|
||||
_worldPacket >> PinFrameID;
|
||||
_worldPacket >> Transport;
|
||||
_worldPacket >> PingDuration;
|
||||
|
||||
Reference in New Issue
Block a user