From a46c0ee7e2dcf094c4b0e4d9cb91525443c19c5b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 17 Jan 2015 02:32:45 -0600 Subject: [PATCH] Add 'Pathing' log category --- common/eqemu_logsys.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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