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