diff --git a/common/eqemu_logsys.h b/common/eqemu_logsys.h index 1bc5d93f3..3cce91ebe 100644 --- a/common/eqemu_logsys.h +++ b/common/eqemu_logsys.h @@ -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 \ No newline at end of file