mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Fixed structures of CMSG_PARTY_INVITE and SMSG_FEATURE_SYSTEM_STATUS
This commit is contained in:
@@ -46,6 +46,7 @@ void WorldPackets::Party::PartyInviteClient::Read()
|
||||
{
|
||||
bool hasPartyIndex = _worldPacket.ReadBit();
|
||||
|
||||
_worldPacket.ResetBitPos();
|
||||
uint32 targetNameLen = _worldPacket.ReadBits(9);
|
||||
uint32 targetRealmLen = _worldPacket.ReadBits(9);
|
||||
|
||||
|
||||
@@ -132,6 +132,7 @@ WorldPacket const* FeatureSystemStatus::Write()
|
||||
_worldPacket.WriteBit(AddonsDisabled);
|
||||
_worldPacket.WriteBit(Unused1000);
|
||||
_worldPacket.WriteBit(ContentTrackingEnabled);
|
||||
_worldPacket.WriteBit(IsSellAllJunkEnabled);
|
||||
|
||||
_worldPacket.FlushBits();
|
||||
|
||||
|
||||
@@ -159,6 +159,7 @@ namespace WorldPackets
|
||||
bool AddonsDisabled = false;
|
||||
bool Unused1000 = false;
|
||||
bool ContentTrackingEnabled = false;
|
||||
bool IsSellAllJunkEnabled = false;
|
||||
|
||||
SocialQueueConfig QuickJoinConfig;
|
||||
SquelchInfo Squelch;
|
||||
|
||||
Reference in New Issue
Block a user