mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Adjust API handlers
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
* @param email
|
||||
* @return
|
||||
*/
|
||||
static uint32 CreateLocalLoginServerAccount(std::string username, std::string password, std::string email = "");
|
||||
static int32 CreateLocalLoginServerAccount(std::string username, std::string password, std::string email = "");
|
||||
|
||||
/**
|
||||
* @param username
|
||||
|
||||
Reference in New Issue
Block a user