mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
fix(Core/Logging): revert commit e3432102f7e66968f53c6e9afb11d7844e95… (#21593)
This commit is contained in:
@@ -172,10 +172,10 @@ void World::LoadConfigSettings(bool reload)
|
||||
LOG_ERROR("server.loading", "World settings reload fail: can't read settings.");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
sLog->LoadFromConfig();
|
||||
sMetric->LoadFromConfigs();
|
||||
sLog->LoadFromConfig();
|
||||
sMetric->LoadFromConfigs();
|
||||
}
|
||||
|
||||
// Set realm id and enable db logging
|
||||
sLog->SetRealmId(realm.Id.Realm);
|
||||
|
||||
Reference in New Issue
Block a user