More cleanup of some QueryDatabase references that no longer need auto results

This commit is contained in:
Akkadius
2015-01-19 05:38:23 -06:00
parent 5ab131dcd6
commit 99baba4762
6 changed files with 3 additions and 17 deletions
-2
View File
@@ -1494,8 +1494,6 @@ void Client::LearnRecipe(uint32 recipeID)
"ON DUPLICATE KEY UPDATE madecount = madecount;",
recipeID, CharacterID());
results = database.QueryDatabase(query);
if (!results.Success())
}
bool Client::CanIncreaseTradeskill(SkillUseTypes tradeskill) {