Core/Packets: updated packet structure of SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN

This commit is contained in:
Ovahlord
2024-11-11 21:45:47 +01:00
parent 03c0ff0100
commit 9721dfca9c
2 changed files with 8 additions and 1 deletions

View File

@@ -243,6 +243,10 @@ WorldPacket const* FeatureSystemStatusGlueScreen::Write()
_worldPacket << OptionalInit(LaunchETA);
_worldPacket << Bits<1>(TimerunningEnabled);
_worldPacket << Bits<1>(Unk441_0);
_worldPacket << Bits<1>(Unk441_1);
_worldPacket << Bits<1>(SoMNotificationEnabled);
_worldPacket << Bits<1>(Unk441_2);
_worldPacket << Bits<1>(AddonsDisabled);
_worldPacket << Bits<1>(Unused1000);
_worldPacket << Bits<1>(AccountSaveDataExportEnabled);
@@ -251,7 +255,6 @@ WorldPacket const* FeatureSystemStatusGlueScreen::Write()
_worldPacket << Bits<11>(RealmHiddenAlert.length() + 1);
_worldPacket << Bits<1>(BNSendWhisperUseV2Services);
_worldPacket << Bits<1>(BNSendGameDataUseV2Services);
_worldPacket << Bits<1>(CharacterSelectListModeRealmless);

View File

@@ -227,6 +227,10 @@ namespace WorldPackets
bool Unknown901CheckoutRelated = false; // NYI
bool IsNameReservationEnabled = false; // classic only
bool TimerunningEnabled = false; // NYI
bool Unk441_0 = false;
bool Unk441_1 = false;
bool SoMNotificationEnabled = false;
bool Unk441_2 = false;
bool AddonsDisabled = false;
bool Unused1000 = false;
bool AccountSaveDataExportEnabled = false;