Remove Duplicative MySQL Error: Error in Client::LearnRecipe query '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:25:44 -06:00
parent 04ae8b1707
commit 50fd74a2d2

View File

@ -1471,7 +1471,6 @@ void Client::LearnRecipe(uint32 recipeID)
"WHERE tr.id = %u ;", CharacterID(), recipeID);
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in Client::LearnRecipe query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return;
}