From d77ec9b46681c00e7ddd1d443343073f260099b2 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 16 Jan 2015 01:26:36 -0600 Subject: [PATCH] Add Client_Server_Packet 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 18c063495..62a57d682 100644 --- a/common/eqemu_logsys.h +++ b/common/eqemu_logsys.h @@ -71,6 +71,7 @@ public: Tradeskills, Tribute, TCP_Connection, + Client_Server_Packet, MaxCategoryID /* Don't Remove this*/ }; @@ -132,7 +133,8 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = { "Trading", "Tradeskills", "Tribute", - "TCP_Connection" + "TCP_Connection", + "Client_Server_Packet", }; #endif \ No newline at end of file