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

This commit is contained in:
Akkadius 2015-01-19 05:25:08 -06:00
parent 41fc0f7f02
commit 9837e172ac

View File

@ -364,7 +364,6 @@ bool ZoneDatabase::PopulateZoneSpawnList(uint32 zoneid, LinkedList<Spawn2*> &spa
zone_name, version);
auto results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in PopulateZoneLists query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}