From b6b9e388b38b112d41d627518778989d90cabcc8 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:06 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in AdventureManager:::LoadAdventures: %s (%s) --- world/adventure_manager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/world/adventure_manager.cpp b/world/adventure_manager.cpp index 47522ccec..cb3930bf6 100644 --- a/world/adventure_manager.cpp +++ b/world/adventure_manager.cpp @@ -652,7 +652,6 @@ bool AdventureManager::LoadAdventureTemplates() "graveyard_radius FROM adventure_template"; auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in AdventureManager:::LoadAdventures: %s (%s)", query.c_str(), results.ErrorMessage().c_str()); return false; }