mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[11908] Add a pathfinding log-filter
This commit is contained in:
parent
86dd5cea19
commit
1c64b0658e
4 changed files with 22 additions and 18 deletions
|
|
@ -50,6 +50,7 @@ LogFilterData logFilterData[LOG_FILTER_COUNT] =
|
|||
{ "db_stricted_check", "LogFilter_DbStrictedCheck", true },
|
||||
{ "ahbot_seller", "LogFilter_AhbotSeller", true },
|
||||
{ "ahbot_buyer", "LogFilter_AhbotBuyer", true },
|
||||
{ "pathfinding", "LogFilter_Pathfinding", true },
|
||||
};
|
||||
|
||||
enum LogType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue