mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-18 19:02:29 +00:00
Add 'Pathing' log category
This commit is contained in:
parent
5b41bdeec6
commit
a46c0ee7e2
@ -77,6 +77,7 @@ public:
|
||||
Quests,
|
||||
AI,
|
||||
Combat,
|
||||
Pathing,
|
||||
MaxCategoryID /* Don't Remove this*/
|
||||
};
|
||||
|
||||
@ -144,7 +145,8 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = {
|
||||
"Attack",
|
||||
"Quests",
|
||||
"AI",
|
||||
"Combat"
|
||||
"Combat",
|
||||
"Pathing"
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user