Remove Duplicative MySQL Error: Unable to update spawn condition '%s': %s\n

This commit is contained in:
Akkadius 2015-01-19 05:25:37 -06:00
parent 9561634ed8
commit db65661a10

View File

@ -681,7 +681,6 @@ void SpawnConditionManager::UpdateDBCondition(const char* zone_name, uint32 inst
cond_id, value, zone_name, instance_id);
auto results = database.QueryDatabase(query);
if(!results.Success())
Log.Out(Logs::General, Logs::Error, "Unable to update spawn condition '%s': %s\n", query.c_str(), results.ErrorMessage().c_str());
}