mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-06 14:32:24 +00:00
Update remote ip [skip ci]
This commit is contained in:
parent
0111e9a5d0
commit
54ea7d7c4b
@ -191,7 +191,7 @@ public:
|
|||||||
);
|
);
|
||||||
|
|
||||||
void DoSuccessfulLogin(const std::string in_account_name, int db_account_id, const std::string &db_loginserver);
|
void DoSuccessfulLogin(const std::string in_account_name, int db_account_id, const std::string &db_loginserver);
|
||||||
void CreateLocalAccount(const std::string &user, const std::string &pass);
|
void CreateLocalAccount(const std::string &username, const std::string &password);
|
||||||
void CreateEQEmuAccount(const std::string &in_account_name, const std::string &in_account_password, unsigned int loginserver_account_id);
|
void CreateEQEmuAccount(const std::string &in_account_name, const std::string &in_account_password, unsigned int loginserver_account_id);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
@ -534,7 +534,7 @@ void WorldServer::Handle_NewLSInfo(ServerNewLSInfo_Struct *new_world_server_info
|
|||||||
server.db->UpdateWorldRegistration(
|
server.db->UpdateWorldRegistration(
|
||||||
GetServerId(),
|
GetServerId(),
|
||||||
GetServerLongName(),
|
GetServerLongName(),
|
||||||
GetConnection()->Handle()->RemoteIP()
|
GetRemoteIp()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user