mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Add 'Aggro' Category
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
|||||||
Tribute,
|
Tribute,
|
||||||
TCP_Connection,
|
TCP_Connection,
|
||||||
Client_Server_Packet,
|
Client_Server_Packet,
|
||||||
|
Aggro,
|
||||||
MaxCategoryID /* Don't Remove this*/
|
MaxCategoryID /* Don't Remove this*/
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -134,6 +135,7 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = {
|
|||||||
"Tribute",
|
"Tribute",
|
||||||
"TCP_Connection",
|
"TCP_Connection",
|
||||||
"Client_Server_Packet",
|
"Client_Server_Packet",
|
||||||
|
"Aggro",
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user