mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Add Client_Server_Packet Category
This commit is contained in:
parent
08d05d8aae
commit
d77ec9b466
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user