diff --git a/common/eqemu_logsys.h b/common/eqemu_logsys.h index 6dec2b6ff..4be510767 100644 --- a/common/eqemu_logsys.h +++ b/common/eqemu_logsys.h @@ -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 \ No newline at end of file