Remove Duplicative MySQL Error: Query failed: %s.

This commit is contained in:
Akkadius
2015-01-20 01:37:58 -06:00
parent e271049fad
commit 8ecbf7c4dc
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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;
}