Add 'Pathing' log category

This commit is contained in:
Akkadius
2015-01-17 02:32:45 -06:00
parent 5b41bdeec6
commit a46c0ee7e2
+3 -1
View File
@@ -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