hondacrx
2023-08-21 07:22:33 -04:00
parent 794ff2bb99
commit f6807e152c
76 changed files with 3149 additions and 2233 deletions
@@ -84,6 +84,7 @@ namespace Game.Networking.Packets
_worldPacket.WriteBit(LFGListCustomRequiresAuthenticator);
_worldPacket.WriteBit(AddonsDisabled);
_worldPacket.WriteBit(Unused1000);
_worldPacket.WriteBit(ContentTrackingEnabled);
_worldPacket.FlushBits();
@@ -176,6 +177,7 @@ namespace Game.Networking.Packets
public bool LFGListCustomRequiresAuthenticator;
public bool AddonsDisabled;
public bool Unused1000;
public bool ContentTrackingEnabled;
public SocialQueueConfig QuickJoinConfig;
public SquelchInfo Squelch;