mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 23:48:26 +00:00
Remove Duplicative MySQL Error: Query failed: %s.
This commit is contained in:
@@ -6193,7 +6193,6 @@ void Client::Handle_OP_GMSearchCorpse(const EQApplicationPacket *app)
|
||||
safe_delete_array(escSearchString);
|
||||
auto results = database.QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Message(0, "Query failed: %s.", results.ErrorMessage().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user