Convert 'TRADESKILLS' debugging _log to logger.LogDebugType

This commit is contained in:
Akkadius
2015-01-12 22:55:44 -06:00
parent 53db4771f7
commit 509bd2d652
3 changed files with 10 additions and 8 deletions
+1
View File
@@ -91,6 +91,7 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = {
"Spells",
"Tasks",
"Trading",
"Tradeskills",
"Tribute",
};
+1
View File
@@ -68,6 +68,7 @@ public:
Spells,
Tasks,
Trading,
Tradeskills,
Tribute,
MaxCategoryID /* Don't Remove this*/
};