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