--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2009-04-12 23:08:25 +02:00
3 changed files with 13 additions and 0 deletions

View File

@@ -464,8 +464,14 @@ bool Master::_StartDB()
{
// everything successful - set var to enable DB logging once startup finished.
sLog.SetLogDBLater(true);
sLog.SetLogDB(false);
sLog.SetRealmID(realmID);
}
else
{
sLog.SetLogDBLater(false);
sLog.SetLogDB(false);
}
///- Clean the database before starting
clearOnlineAccounts();