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