Add 'Pathing' log category

This commit is contained in:
Akkadius 2015-01-17 02:32:45 -06:00
parent 5b41bdeec6
commit a46c0ee7e2

View File

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