mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 06:18:21 +00:00
Add login account_id in validation response
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user