Implement #logs reload_all - To reload world and zone their log settings from the database

This commit is contained in:
Akkadius
2015-01-21 03:01:21 -06:00
parent ef0d383de9
commit a59138d2d9
4 changed files with 25 additions and 12 deletions
+4
View File
@@ -1748,6 +1748,10 @@ void WorldServer::Process() {
RuleManager::Instance()->LoadRules(&database, RuleManager::Instance()->GetActiveRuleset());
break;
}
case ServerOP_ReloadLogs: {
database.LoadLogSysSettings(Log.log_settings);
break;
}
case ServerOP_CameraShake:
{
if(zone)