This commit is contained in:
Shauren
2024-11-06 12:47:18 +01:00
parent 8066110756
commit 5f0ace8199
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ WorldPacket const* FeatureSystemStatusGlueScreen::Write()
_worldPacket << Bits<1>(LiveRegionAccountCopyEnabled);
_worldPacket << Bits<1>(LiveRegionKeyBindingsCopyEnabled);
_worldPacket << Bits<1>(BrowserCrashReporterEnabled);
_worldPacket << Bits<1>(IisEmployeeAccount);
_worldPacket << Bits<1>(IsEmployeeAccount);
_worldPacket << OptionalInit(EuropaTicketSystemStatus);
_worldPacket << Bits<1>(NameReservationOnly);
_worldPacket << OptionalInit(LaunchDurationETA);

View File

@@ -222,7 +222,7 @@ namespace WorldPackets
bool LiveRegionAccountCopyEnabled = false; // NYI
bool LiveRegionKeyBindingsCopyEnabled = false;
bool BrowserCrashReporterEnabled = false; // NYI
bool IisEmployeeAccount = false; // NYI
bool IsEmployeeAccount = false; // NYI
bool NameReservationOnly = false; // classic only
bool TimerunningEnabled = false; // NYI
bool ScriptsDisallowedForBeta = false;