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