From b8bf37264b4a947e66fe29b29eb9b60ebe3d6f3c Mon Sep 17 00:00:00 2001 From: silinoron Date: Sat, 4 Dec 2010 11:19:41 -0800 Subject: Core/Authserver: Cleanup. --HG-- branch : trunk --- src/server/authserver/Realms/RealmList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/authserver/Realms') diff --git a/src/server/authserver/Realms/RealmList.h b/src/server/authserver/Realms/RealmList.h index 975bcbb6bbf..aa9e47e4877 100755 --- a/src/server/authserver/Realms/RealmList.h +++ b/src/server/authserver/Realms/RealmList.h @@ -65,7 +65,7 @@ class RealmList private: void UpdateRealms(bool init); void UpdateRealm(uint32 ID, const std::string& name, const std::string& address, uint32 port, uint8 icon, uint8 color, uint8 timezone, AccountTypes allowedSecurityLevel, float popu, uint32 build); - private: + RealmMap m_realms; ///< Internal map of realms uint32 m_UpdateInterval; time_t m_NextUpdateTime; -- cgit v1.2.3