AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
character_commandscript::DeletedInfo Struct Reference

Public Attributes

ObjectGuid::LowType lowGuid
 the low GUID from the character
 
std::string name
 the character name
 
uint32 accountId
 the account id
 
std::string accountName
 the account name
 
time_t deleteDate
 the date at which the character has been deleted
 

Detailed Description

Member Data Documentation

◆ accountId

◆ accountName

◆ deleteDate

time_t character_commandscript::DeletedInfo::deleteDate

the date at which the character has been deleted

Referenced by character_commandscript::GetDeletedCharacterInfoList().

◆ lowGuid

ObjectGuid::LowType character_commandscript::DeletedInfo::lowGuid

◆ name