Core/PacketIO: Fix packet structure for CMSG_SEND_PING_WORLD_POINT (#31441)

This commit is contained in:
Luzifix
2025-11-02 17:51:05 +01:00
committed by GitHub
parent 57489f4ca9
commit 38e6171ec6

View File

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