mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
Core/Logging: Set config options to behave like old log system.
This commit is contained in:
@@ -215,6 +215,8 @@ char const* Appender::getLogFilterTypeString(LogFilterType type)
|
||||
return "BATTLEFIELD";
|
||||
case LOG_FILTER_SERVER_LOADING:
|
||||
return "SERVER LOADING";
|
||||
case LOG_FILTER_OPCODES:
|
||||
return "OPCODE";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user