mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 11:21:29 +00:00
Remove Duplicative MySQL Error:
This commit is contained in:
parent
71497f0674
commit
6d3b9ae40b
@ -2264,7 +2264,6 @@ void Client::SendBuyerResults(char* searchString, uint32 searchID) {
|
|||||||
safe_delete_array(escSearchString);
|
safe_delete_array(escSearchString);
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::Detail, Logs::None, "[CLIENT] Failed to retrieve Barter Search!! %s %s\n", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user