mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[7418] Implement new log filter LogFilter_AchievementUpdates that let avoid achievments updates spam in logs if not needed.
Enabled by default.
This commit is contained in:
parent
44f3c15710
commit
bf718ea961
5 changed files with 18 additions and 7 deletions
|
|
@ -29,7 +29,8 @@ enum LogFilters
|
|||
{
|
||||
LOG_FILTER_TRANSPORT_MOVES = 1,
|
||||
LOG_FILTER_CREATURE_MOVES = 2,
|
||||
LOG_FILTER_VISIBILITY_CHANGES = 4
|
||||
LOG_FILTER_VISIBILITY_CHANGES = 4,
|
||||
LOG_FILTER_ACHIEVEMENT_UPDATES= 8
|
||||
};
|
||||
|
||||
enum Color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue