mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-18 11:48:21 +00:00
Changes to make it actually sorta work
This commit is contained in:
@@ -124,7 +124,7 @@ public:
|
||||
/**
|
||||
* Informs world that there is a client incoming with the following data.
|
||||
*/
|
||||
void SendClientAuth(std::string ip, std::string account, std::string key, unsigned int account_id);
|
||||
void SendClientAuth(std::string ip, std::string account, std::string key, unsigned int account_id, const std::string &loginserver_name);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user