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

This commit is contained in:
Akkadius 2015-01-19 05:25:26 -06:00
parent 2ef9e342f7
commit 9d23f69a10

View File

@ -421,7 +421,6 @@ bool ZoneDatabase::CreateSpawn2(Client *client, uint32 spawngroup, const char* z
respawn, variance, condition, cond_value);
auto results = QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in CreateSpawn2 query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return false;
}