mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Remove Duplicative MySQL Error: Error in Client::TryReward(): %s (%s)
This commit is contained in:
parent
b312663fd1
commit
bd6f6579ef
@ -5390,7 +5390,6 @@ bool Client::TryReward(uint32 claim_id) {
|
|||||||
AccountID(), claim_id);
|
AccountID(), claim_id);
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if(!results.Success())
|
if(!results.Success())
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in Client::TryReward(): %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
InternalVeteranReward ivr = (*iter);
|
InternalVeteranReward ivr = (*iter);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user