mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Add 'Aggro' Category
This commit is contained in:
parent
3c9a2702b5
commit
c23a5008e2
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user