Add login account_id in validation response

This commit is contained in:
Akkadius
2019-08-10 07:04:52 -05:00
parent 66ee0dc9bd
commit 25a5310f49
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public:
* @param in_account_password
* @return
*/
static bool CheckLoginserverUserCredentials(
static uint32 CheckLoginserverUserCredentials(
const std::string &in_account_username,
const std::string &in_account_password,
const std::string &source_loginserver = "local"