mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Add 'Attack' Category
This commit is contained in:
parent
edd871353d
commit
1e741c1b92
@ -73,6 +73,7 @@ public:
|
||||
TCP_Connection,
|
||||
Client_Server_Packet,
|
||||
Aggro,
|
||||
Attack,
|
||||
MaxCategoryID /* Don't Remove this*/
|
||||
};
|
||||
|
||||
@ -136,6 +137,7 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = {
|
||||
"TCP_Connection",
|
||||
"Client_Server_Packet",
|
||||
"Aggro",
|
||||
"Attack",
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user