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

This commit is contained in:
Akkadius 2015-01-19 05:25:53 -06:00
parent 4ecbc5d2db
commit 5bce113bd7

View File

@ -1103,7 +1103,6 @@ uint32 ZoneDatabase::AddNewNPCSpawnGroupCommand(const char* zone, uint32 zone_ve
last_insert_id, spawn->GetNPCTypeID(), 100);
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;
}