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

This commit is contained in:
Akkadius 2015-01-19 05:25:37 -06:00
parent 590634ebef
commit 526075a767

View File

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