Remove Duplicative MySQL Error: Error in Client::SendRewards(): %s (%s)

This commit is contained in:
Akkadius 2015-01-19 05:25:06 -06:00
parent 209adc2828
commit 381749933a

View File

@ -5290,7 +5290,6 @@ void Client::SendRewards()
"ORDER BY reward_id", AccountID());
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in Client::SendRewards(): %s (%s)", query.c_str(), results.ErrorMessage().c_str());
return;
}