diff options
author | click <none@none> | 2010-08-08 19:45:53 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-08 19:45:53 +0200 |
commit | 1f80c7b3c056a791a7f0be52a6e188292d268b82 (patch) | |
tree | 7a098100fe06b3bffa4869aad2f3dd8225590485 /src/server/authserver/Main.cpp | |
parent | 31160bcfce97dc403627f986ca343de6496c8ea8 (diff) |
Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cleanupscripts very slightly
--HG--
branch : trunk
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r-- | src/server/authserver/Main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index addcc425211..49022059240 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -207,7 +207,7 @@ extern int main(int argc, char **argv) sLog.SetLogDBLater(sConfig.GetBoolDefault("EnableLogDB", false)); // set var to enable DB logging once startup finished. sLog.SetLogDB(false); sLog.SetRealmID(0); // ensure we've set realm to 0 (realmd realmid) - + ///- Get the list of realms for the server sRealmList->Initialize(sConfig.GetIntDefault("RealmsStateUpdateDelay", 20)); if (sRealmList->size() == 0) @@ -347,7 +347,7 @@ bool StartDB() return false; } LoginDatabase.ThreadStart(); - + uint32 count = 0; sPreparedStatement.LoadAuthserver(&LoginDatabase, count); sLog.outString("Loaded %u prepared MySQL statements for auth DB.", count); |