![]() |
TrinityCore
|
#include <AuthenticationPackets.h>
Public Attributes | |
| uint32 | WaitCount = 0 |
| position of the account in the login queue | |
| uint32 | WaitTime = 0 |
| Wait time in login queue in minutes, if sent queued and this value is 0 client displays "unknown time". | |
| uint8 | AllowedFactionGroupForCharacterCreate = 0 |
| bool | HasFCM = false |
| true if the account has a forced character migration pending. | |
| bool | CanCreateOnlyIfExisting = false |
| Can create characters on realm only if player has other existing characters there. | |
Definition at line 121 of file AuthenticationPackets.h.
| uint8 WorldPackets::Auth::AuthWaitInfo::AllowedFactionGroupForCharacterCreate = 0 |
Definition at line 125 of file AuthenticationPackets.h.
| bool WorldPackets::Auth::AuthWaitInfo::CanCreateOnlyIfExisting = false |
Can create characters on realm only if player has other existing characters there.
Definition at line 127 of file AuthenticationPackets.h.
| bool WorldPackets::Auth::AuthWaitInfo::HasFCM = false |
true if the account has a forced character migration pending.
Definition at line 126 of file AuthenticationPackets.h.
| uint32 WorldPackets::Auth::AuthWaitInfo::WaitCount = 0 |
position of the account in the login queue
Definition at line 123 of file AuthenticationPackets.h.
| uint32 WorldPackets::Auth::AuthWaitInfo::WaitTime = 0 |
Wait time in login queue in minutes, if sent queued and this value is 0 client displays "unknown time".
Definition at line 124 of file AuthenticationPackets.h.