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