diff options
| author | silinoron <none@none> | 2010-12-04 11:19:41 -0800 |
|---|---|---|
| committer | silinoron <none@none> | 2010-12-04 11:19:41 -0800 |
| commit | b8bf37264b4a947e66fe29b29eb9b60ebe3d6f3c (patch) | |
| tree | 9a61d646fca6ba6702782d63cd8194dc315afda9 /src/server/authserver/Realms | |
| parent | 3201338eace39973301d5e398772cef49eb6f85b (diff) | |
Core/Authserver: Cleanup.
--HG--
branch : trunk
Diffstat (limited to 'src/server/authserver/Realms')
| -rwxr-xr-x | src/server/authserver/Realms/RealmList.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
