Update remote ip [skip ci]

This commit is contained in:
Akkadius
2019-07-09 02:41:09 -05:00
parent 0111e9a5d0
commit 54ea7d7c4b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -534,7 +534,7 @@ void WorldServer::Handle_NewLSInfo(ServerNewLSInfo_Struct *new_world_server_info
server.db->UpdateWorldRegistration(
GetServerId(),
GetServerLongName(),
GetConnection()->Handle()->RemoteIP()
GetRemoteIp()
);
}