mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
Typo fix
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user