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

This commit is contained in:
Akkadius 2015-01-19 05:25:32 -06:00
parent 69bb54fd9c
commit 650f7366ab

View File

@ -670,7 +670,6 @@ void SpawnConditionManager::UpdateDBEvent(SpawnEvent &event) {
event.strict? 1: 0, event.id);
auto results = database.QueryDatabase(query);
if(!results.Success())
Log.Out(Logs::General, Logs::Error, "Unable to update spawn event '%s': %s\n", query.c_str(), results.ErrorMessage().c_str());
}