Consolidate 'LogType' Normal logs over to 'LogCategory'

This commit is contained in:
Akkadius
2015-01-18 01:32:18 -06:00
parent e691735a2d
commit ec7fd9b4e7
9 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1482,7 +1482,7 @@ void Client::LearnRecipe(uint32 recipeID)
}
if (results.RowCount() != 1) {
Log.Log(EQEmuLogSys::Normal, "Client::LearnRecipe - RecipeID: %d had %d occurences.", recipeID, results.RowCount());
Log.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::Normal, "Client::LearnRecipe - RecipeID: %d had %d occurences.", recipeID, results.RowCount());
return;
}