mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 09:28:21 +00:00
Remove Duplicative MySQL Error: Error in LearnRecipe query '%s': %s
This commit is contained in:
@@ -1496,7 +1496,6 @@ void Client::LearnRecipe(uint32 recipeID)
|
|||||||
recipeID, CharacterID());
|
recipeID, CharacterID());
|
||||||
results = database.QueryDatabase(query);
|
results = database.QueryDatabase(query);
|
||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in LearnRecipe query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user