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

This commit is contained in:
Akkadius 2015-01-19 05:25:58 -06:00
parent af0e80fbf3
commit 363a4b95c1

View File

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