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

This commit is contained in:
Akkadius 2015-01-19 05:25:53 -06:00
parent 5bce113bd7
commit 82951fb82d

View File

@ -735,7 +735,6 @@ bool SpawnConditionManager::LoadSpawnConditions(const char* zone_name, uint32 in
"WHERE zone = '%s'", zone_name);
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in LoadSpawnConditions query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}