From 9003276f23edee6218aaa0d5d39ed41a7d8b306c Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:26:04 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error adding grid '%s': '%s' --- zone/waypoints.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/waypoints.cpp b/zone/waypoints.cpp index 8a8f1bb9d..ede727c68 100644 --- a/zone/waypoints.cpp +++ b/zone/waypoints.cpp @@ -1258,7 +1258,6 @@ uint32 ZoneDatabase::AddWPForSpawn(Client *client, uint32 spawn2id, float xpos, grid_num, zoneid, type1, type2); results = QueryDatabase(query); if(!results.Success()) - Log.Out(Logs::General, Logs::Error, "Error adding grid '%s': '%s'", query.c_str(), results.ErrorMessage().c_str()); else if(client) client->LogSQL(query.c_str());