mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Add 'Combat' log category
This commit is contained in:
@@ -76,6 +76,7 @@ public:
|
||||
Attack,
|
||||
Quests,
|
||||
AI,
|
||||
Combat,
|
||||
MaxCategoryID /* Don't Remove this*/
|
||||
};
|
||||
|
||||
@@ -142,7 +143,8 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = {
|
||||
"Aggro",
|
||||
"Attack",
|
||||
"Quests",
|
||||
"AI"
|
||||
"AI",
|
||||
"Combat"
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user