Remove Duplicative MySQL Error: CreateNewNPCSpawnGroupCommand Error: %s %s

This commit is contained in:
Akkadius 2015-01-19 05:25:44 -06:00
parent 39c7d30e46
commit 405d025322

View File

@ -1092,7 +1092,6 @@ uint32 ZoneDatabase::AddNewNPCSpawnGroupCommand(const char* zone, uint32 zone_ve
spawn->GetHeading(), last_insert_id);
results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "CreateNewNPCSpawnGroupCommand Error: %s %s", query.c_str(), results.ErrorMessage().c_str());
return 0;
}
spawnid = results.LastInsertedID();