Replaced Normal calls

This commit is contained in:
Akkadius
2015-01-10 15:55:10 -06:00
parent fdbd76e4ad
commit a92233240c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1482,7 +1482,7 @@ void Client::LearnRecipe(uint32 recipeID)
}
if (results.RowCount() != 1) {
LogFile->write(EQEmuLog::Normal, "Client::LearnRecipe - RecipeID: %d had %d occurences.", recipeID, results.RowCount());
logger.Log(EQEmuLogSys::Normal, "Client::LearnRecipe - RecipeID: %d had %d occurences.", recipeID, results.RowCount());
return;
}