mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/PacketIO: Fixed DFProposalResponse packet reading (#22114)
This commit is contained in:
@@ -37,7 +37,7 @@ void WorldPackets::LFG::DFProposalResponse::Read()
|
||||
{
|
||||
_worldPacket >> Ticket;
|
||||
_worldPacket >> InstanceID;
|
||||
_worldPacket >> InstanceID;
|
||||
_worldPacket >> ProposalID;
|
||||
Accepted = _worldPacket.ReadBit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user