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

This commit is contained in:
Akkadius 2015-01-19 05:25:17 -06:00
parent 52553e507f
commit 0917eb00b1

View File

@ -391,7 +391,6 @@ Spawn2* ZoneDatabase::LoadSpawn2(LinkedList<Spawn2*> &spawn2_list, uint32 spawn2
"WHERE id = %i", spawn2id);
auto results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in LoadSpawn2 query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return nullptr;
}