mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 08:32:25 +00:00
Remove Duplicative MySQL Error: Error in SendTradeskillDetails query '%s': %s
This commit is contained in:
parent
4bcfe5444b
commit
71497f0674
@ -728,7 +728,6 @@ void Client::SendTradeskillDetails(uint32 recipe_id) {
|
|||||||
recipe_id);
|
recipe_id);
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in SendTradeskillDetails query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user