Remove Duplicative MySQL Error: Error in LoadNewMerchantData query '%s' %s

This commit is contained in:
Akkadius 2015-01-19 05:25:18 -06:00
parent 8ac846e32e
commit ca27159223

View File

@ -451,7 +451,6 @@ void Zone::LoadNewMerchantData(uint32 merchantid) {
"classes_required, probability FROM merchantlist WHERE merchantid=%d ORDER BY slot", merchantid);
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in LoadNewMerchantData query '%s' %s", query.c_str(), results.ErrorMessage().c_str());
return;
}