mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Remove Duplicative MySQL Error: Error in EnableRecipe query '%s': %s
This commit is contained in:
parent
2a3b9b65fc
commit
dfec624b8d
@ -1545,7 +1545,6 @@ bool ZoneDatabase::EnableRecipe(uint32 recipe_id)
|
||||
"WHERE id = %u;", recipe_id);
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
Log.Out(Logs::General, Logs::Error, "Error in EnableRecipe query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
|
||||
return results.RowsAffected() > 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user