mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
More cleanup of some QueryDatabase references that no longer need auto results
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user