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

This commit is contained in:
Akkadius 2015-01-19 05:25:06 -06:00
parent 381749933a
commit 43da95e784

View File

@ -59,7 +59,6 @@ uint32 ZoneDatabase::GetZoneForage(uint32 ZoneID, uint8 skill) {
"LIMIT %i", ZoneID, skill, FORAGE_ITEM_LIMIT);
auto results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in Forage query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return 0;
}