mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Add 'Combat' log category
This commit is contained in:
parent
d4f2e0ce5f
commit
c9589dce21
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user