From 50d0bb0d039a357a7c58ef1fe69b0ef340c7d003 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:15 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in AdventureManager:::MoveCorpsesToGraveyard: %s (%s) --- world/adventure.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/world/adventure.cpp b/world/adventure.cpp index b2554c1f2..e0a5aae18 100644 --- a/world/adventure.cpp +++ b/world/adventure.cpp @@ -404,7 +404,6 @@ void Adventure::MoveCorpsesToGraveyard() x, y, z, GetInstanceID()); auto results = database.QueryDatabase(query); if(!results.Success()) - Log.Out(Logs::General, Logs::Error, "Error in AdventureManager:::MoveCorpsesToGraveyard: %s (%s)", query.c_str(), results.ErrorMessage().c_str()); } auto c_iter = charid_list.begin();