diff options
| author | click <none@none> | 2010-09-12 01:40:27 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-09-12 01:40:27 +0200 |
| commit | bf664b7a449112fc6d00798b4f2995a0027996a1 (patch) | |
| tree | 44afbd94baa0e2c277859d70c23f465b4484f7b7 /src/server/authserver/Realms | |
| parent | 6fa05cfa3e9b417c7cda4f8926a6842c07ea32fd (diff) | |
Cleanup/Core: Remove whitespace and tabs
--HG--
branch : trunk
Diffstat (limited to 'src/server/authserver/Realms')
| -rw-r--r-- | src/server/authserver/Realms/RealmList.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/authserver/Realms/RealmList.cpp b/src/server/authserver/Realms/RealmList.cpp index 42b63c9e322..493614bc963 100644 --- a/src/server/authserver/Realms/RealmList.cpp +++ b/src/server/authserver/Realms/RealmList.cpp @@ -86,7 +86,7 @@ void RealmList::UpdateRealms(bool init) { do { - uint32 realmId = result->GetUInt32(0); + uint32 realmId = result->GetUInt32(0); const std::string& name = result->GetString(1); const std::string& address = result->GetString(2); uint32 port = result->GetUInt32(3); @@ -96,7 +96,7 @@ void RealmList::UpdateRealms(bool init) uint8 allowedSecurityLevel = result->GetUInt8(7); float pop = result->GetFloat(8); uint32 build = result->GetUInt32(9); - + UpdateRealm(realmId, name, address, port, icon, color, timezone, (allowedSecurityLevel <= SEC_ADMINISTRATOR ? AccountTypes(allowedSecurityLevel) : SEC_ADMINISTRATOR), pop, build); if (init) |
