Add 'Attack' Category

This commit is contained in:
Akkadius
2015-01-16 02:09:13 -06:00
parent edd871353d
commit 1e741c1b92
+2
View File
@@ -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