[11908] Add a pathfinding log-filter

This commit is contained in:
faramir118 2012-01-29 23:08:15 +01:00 committed by Schmoozerd
parent 86dd5cea19
commit 1c64b0658e
4 changed files with 22 additions and 18 deletions

View file

@ -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