Add Client_Server_Packet Category

This commit is contained in:
Akkadius 2015-01-16 01:26:36 -06:00
parent 08d05d8aae
commit d77ec9b466

View File

@ -71,6 +71,7 @@ public:
Tradeskills, Tradeskills,
Tribute, Tribute,
TCP_Connection, TCP_Connection,
Client_Server_Packet,
MaxCategoryID /* Don't Remove this*/ MaxCategoryID /* Don't Remove this*/
}; };
@ -132,7 +133,8 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = {
"Trading", "Trading",
"Tradeskills", "Tradeskills",
"Tribute", "Tribute",
"TCP_Connection" "TCP_Connection",
"Client_Server_Packet",
}; };
#endif #endif