From c23a5008e28e0d3672826fdb55204050183676f2 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 16 Jan 2015 02:04:52 -0600 Subject: [PATCH] Add 'Aggro' Category --- common/eqemu_logsys.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/eqemu_logsys.h b/common/eqemu_logsys.h index afcf04aab..6dec2b6ff 100644 --- a/common/eqemu_logsys.h +++ b/common/eqemu_logsys.h @@ -72,6 +72,7 @@ public: Tribute, TCP_Connection, Client_Server_Packet, + Aggro, MaxCategoryID /* Don't Remove this*/ }; @@ -134,6 +135,7 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = { "Tribute", "TCP_Connection", "Client_Server_Packet", + "Aggro", }; #endif \ No newline at end of file