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

This commit is contained in:
Akkadius 2015-01-19 05:25:56 -06:00
parent 8c629529d7
commit 2a3b9b65fc

View File

@ -756,7 +756,6 @@ bool SpawnConditionManager::LoadSpawnConditions(const char* zone_name, uint32 in
zone_name, instance_id);
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());
spawn_conditions.clear();
return false;
}