TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Auth::AuthResponse::AuthWaitInfo Struct Reference

#include <AuthenticationPackets.h>

Public Attributes

uint32 WaitCount = 0
 position of the account in the login queue More...
 
uint32 WaitTime = 0
 Wait time in login queue in minutes, if sent queued and this value is 0 client displays "unknown time". More...
 
bool HasFCM = false
 true if the account has a forced character migration pending. More...
 

Member Data Documentation

bool WorldPackets::Auth::AuthResponse::AuthWaitInfo::HasFCM = false

true if the account has a forced character migration pending.

Todo:
implement
uint32 WorldPackets::Auth::AuthResponse::AuthWaitInfo::WaitCount = 0

position of the account in the login queue

uint32 WorldPackets::Auth::AuthResponse::AuthWaitInfo::WaitTime = 0

Wait time in login queue in minutes, if sent queued and this value is 0 client displays "unknown time".


The documentation for this struct was generated from the following file: