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

This commit is contained in:
Akkadius 2015-01-19 05:25:33 -06:00
parent 21ad8e1e7c
commit 598848f4fc

View File

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