mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-21 09:32:25 +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";
|
||||
auto results = database.QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadVeteranRewards: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user