mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-23 14:52:26 +00:00
Remove Duplicative MySQL Error: Error in Zone::LoadVeteranRewards: %s (%s)
This commit is contained in:
parent
598848f4fc
commit
6bf5b5a7fb
@ -2051,7 +2051,6 @@ void Zone::LoadVeteranRewards()
|
|||||||
"ORDER by claim_id, reward_slot";
|
"ORDER by claim_id, reward_slot";
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadVeteranRewards: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user