port mlog 'AI' category to new log system

This commit is contained in:
Akkadius
2015-01-17 02:20:01 -06:00
parent 97e87f53db
commit d4f2e0ce5f
7 changed files with 47 additions and 45 deletions
+3 -1
View File
@@ -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