mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Remove Duplicative MySQL Error: Error in LearnRecipe query '%s': %s
This commit is contained in:
parent
82951fb82d
commit
c4ebfa8890
@ -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());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user