mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 12:42:43 -04: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