From 2ef8f793388aa6a488d33a2d99b51c15f8904366 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:26:08 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error adding grid entry '%s': '%s' --- zone/waypoints.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/waypoints.cpp b/zone/waypoints.cpp index 6fe4aa82a..dde7aebb1 100644 --- a/zone/waypoints.cpp +++ b/zone/waypoints.cpp @@ -1289,7 +1289,6 @@ uint32 ZoneDatabase::AddWPForSpawn(Client *client, uint32 spawn2id, float xpos, grid_num, zoneid, next_wp_num, xpos, ypos, zpos, pause, heading); results = QueryDatabase(query); if(!results.Success()) - Log.Out(Logs::General, Logs::Error, "Error adding grid entry '%s': '%s'", query.c_str(), results.ErrorMessage().c_str()); else if(client) client->LogSQL(query.c_str());