From 778f1725f8b085161d28a48806b1d2ec56a53e6b Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 26 Mar 2016 13:39:46 +0100 Subject: Core/Misc: Moved RealmList to shared (cherry picked from commit cfe8a6a58b37280e4ed922e4d70878579dbc8bee) --- src/server/authserver/Server/AuthSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/authserver/Server/AuthSession.cpp') diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp index 982aca58eee..f044e0cea94 100644 --- a/src/server/authserver/Server/AuthSession.cpp +++ b/src/server/authserver/Server/AuthSession.cpp @@ -924,7 +924,7 @@ void AuthSession::RealmListCallback(PreparedQueryResult result) pkt << uint8(lock); // if 1, then realm locked pkt << uint8(flag); // RealmFlags pkt << name; - pkt << boost::lexical_cast(GetAddressForClient(realm, GetRemoteIpAddress())); + pkt << boost::lexical_cast(realm.GetAddressForClient(GetRemoteIpAddress())); pkt << float(realm.PopulationLevel); pkt << uint8(characterCounts[realm.Id.Realm]); pkt << uint8(realm.Timezone); // realm category -- cgit v1.2.3