mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-11 06:03:53 +00:00
Remove Duplicative MySQL Error: Error in Client::SendRewards(): %s (%s)
This commit is contained in:
parent
209adc2828
commit
381749933a
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user