diff options
Diffstat (limited to 'src/shared/Log.cpp')
-rw-r--r-- | src/shared/Log.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp index c0f70f4790b..2d756f65159 100644 --- a/src/shared/Log.cpp +++ b/src/shared/Log.cpp @@ -245,6 +245,8 @@ void Log::Initialize() m_logFilter |= LOG_FILTER_CREATURE_MOVES; if(sConfig.GetBoolDefault("LogFilter_VisibilityChanges", true)) m_logFilter |= LOG_FILTER_VISIBILITY_CHANGES; + if(sConfig.GetBoolDefault("LogFilter_AchievementUpdates", true)) + m_logFilter |= LOG_FILTER_ACHIEVEMENT_UPDATES; // Char log settings m_charLog_Dump = sConfig.GetBoolDefault("CharLogDump", false); |