feat(Core/Auth): add AccountInfo helper (#5640)

This commit is contained in:
Kargatum
2021-05-20 15:16:50 +07:00
committed by GitHub
parent a9e3d8d13a
commit e50754d804
5 changed files with 389 additions and 395 deletions

View File

@@ -41,10 +41,10 @@ enum LoginDatabaseStatements
LOGIN_SEL_ACCOUNT_BANNED_BY_USERNAME,
LOGIN_INS_ACCOUNT_AUTO_BANNED,
LOGIN_DEL_ACCOUNT_BANNED,
LOGIN_SEL_SESSIONKEY,
LOGIN_UPD_LOGON,
LOGIN_UPD_LOGONPROOF,
LOGIN_SEL_LOGONCHALLENGE,
LOGIN_SEL_RECONNECTCHALLENGE,
LOGIN_SEL_LOGON_COUNTRY,
LOGIN_UPD_FAILEDLOGINS,
LOGIN_SEL_FAILEDLOGINS,