mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
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:
@@ -398,6 +398,4 @@ void Log::LoadFromConfig()
|
||||
|
||||
ReadAppendersFromConfig();
|
||||
ReadLoggersFromConfig();
|
||||
|
||||
_debugLogMask = DebugLogFilters(sConfigMgr->GetOption<uint32>("DebugLogMask", LOG_FILTER_NONE, false));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user