mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Core/Packets: updated packet structure of SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user