aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Realms
diff options
context:
space:
mode:
authorsilinoron <none@none>2010-12-04 11:19:41 -0800
committersilinoron <none@none>2010-12-04 11:19:41 -0800
commitb8bf37264b4a947e66fe29b29eb9b60ebe3d6f3c (patch)
tree9a61d646fca6ba6702782d63cd8194dc315afda9 /src/server/authserver/Realms
parent3201338eace39973301d5e398772cef49eb6f85b (diff)
Core/Authserver: Cleanup.
--HG-- branch : trunk
Diffstat (limited to 'src/server/authserver/Realms')
-rwxr-xr-xsrc/server/authserver/Realms/RealmList.h2
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;