From f57509113b67a813820f8a30852adcb62ffc6838 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:17 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in LoadTributes level query '%s': %s --- zone/tribute.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/tribute.cpp b/zone/tribute.cpp index 2a4ef78b8..df01f843e 100644 --- a/zone/tribute.cpp +++ b/zone/tribute.cpp @@ -406,7 +406,6 @@ bool ZoneDatabase::LoadTributes() { const std::string query2 = "SELECT tribute_id, level, cost, item_id FROM tribute_levels ORDER BY tribute_id, level"; results = QueryDatabase(query2); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in LoadTributes level query '%s': %s", query.c_str(), results.ErrorMessage().c_str()); return false; }