fix(Scripts/Chat): Fix chat logger (#17102)

* fix(Scripts/Chat): Fix chat logger

* Update chat_log.cpp

* Update worldserver.conf.dist

* Update chat_log.cpp

* fix build

* oopsie

* fix clang
This commit is contained in:
Kitzunu
2023-09-16 08:17:42 +02:00
committed by GitHub
parent edaf38c6c3
commit 66066f508b
5 changed files with 44 additions and 63 deletions

View File

@@ -398,6 +398,4 @@ void Log::LoadFromConfig()
ReadAppendersFromConfig();
ReadLoggersFromConfig();
_debugLogMask = DebugLogFilters(sConfigMgr->GetOption<uint32>("DebugLogMask", LOG_FILTER_NONE, false));
}