From a04aecae0e2e744117e46207829e38685d156e80 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:56 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in Zone::LoadTickItems: %s (%s) --- zone/zone.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zone.cpp b/zone/zone.cpp index 6ef7ec8fd..a89c0b96c 100644 --- a/zone/zone.cpp +++ b/zone/zone.cpp @@ -2250,7 +2250,6 @@ void Zone::LoadTickItems() const std::string query = "SELECT it_itemid, it_chance, it_level, it_qglobal, it_bagslot FROM item_tick"; auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadTickItems: %s (%s)", query.c_str(), results.ErrorMessage().c_str()); return; }