Remove Duplicative MySQL Error: Error querying spawn2 '%s': '%s'

This commit is contained in:
Akkadius 2015-01-19 05:25:26 -06:00
parent 636f090ce3
commit 1b99e3e4d1

View File

@ -1075,7 +1075,6 @@ void ZoneDatabase::AssignGrid(Client *client, float x, float y, uint32 grid)
zone->GetShortName(), (int)x, (int)y);
auto results = QueryDatabase(query);
if(!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error querying spawn2 '%s': '%s'", query.c_str(), results.ErrorMessage().c_str());
return;
}