Remove Duplicative MySQL Error: Error in Zone::LoadVeteranRewards: %s (%s)

This commit is contained in:
Akkadius 2015-01-19 05:25:33 -06:00
parent 598848f4fc
commit 6bf5b5a7fb

View File

@ -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;
}