mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Convert 'TRADESKILLS' debugging _log to logger.LogDebugType
This commit is contained in:
@@ -91,6 +91,7 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = {
|
||||
"Spells",
|
||||
"Tasks",
|
||||
"Trading",
|
||||
"Tradeskills",
|
||||
"Tribute",
|
||||
};
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ public:
|
||||
Spells,
|
||||
Tasks,
|
||||
Trading,
|
||||
Tradeskills,
|
||||
Tribute,
|
||||
MaxCategoryID /* Don't Remove this*/
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user