Add Client:GetAccountAge to Lua

This commit is contained in:
Michael Cook (mackal)
2015-06-23 18:37:24 -04:00
parent a41570677f
commit 8f156b3c91
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -622,6 +622,7 @@ public:
inline uint32 AccountID() const { return account_id; }
inline const char* AccountName()const { return account_name; }
inline int GetAccountCreation() const { return account_creation; }
inline int16 Admin() const { return admin; }
inline uint32 CharacterID() const { return character_id; }
void UpdateAdmin(bool iFromDB = true);