Skip to content

Commit 38e6171

Browse files
authored
Core/PacketIO: Fix packet structure for CMSG_SEND_PING_WORLD_POINT (TrinityCore#31441)
1 parent 57489f4 commit 38e6171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/game/Server/Packets/PartyPackets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ void SendPingWorldPoint::Read()
821821
_worldPacket >> SenderGUID;
822822
_worldPacket >> MapID;
823823
_worldPacket >> Point;
824-
_worldPacket >> As<int32>(Type);
824+
_worldPacket >> As<int8>(Type);
825825
_worldPacket >> PinFrameID;
826826
_worldPacket >> Transport;
827827
_worldPacket >> PingDuration;

0 commit comments

Comments
 (0)