From 800378d9445069056dd0885afc25039994dbc4cf Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 05:25:53 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in Zone::LoadNPCEmotes: %s (%s) --- zone/zone.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zone.cpp b/zone/zone.cpp index e4cc18eb5..6ef7ec8fd 100644 --- a/zone/zone.cpp +++ b/zone/zone.cpp @@ -2217,7 +2217,6 @@ void Zone::LoadNPCEmotes(LinkedList* NPCEmoteList) const std::string query = "SELECT emoteid, event_, type, text FROM npc_emotes"; auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadNPCEmotes: %s (%s)", query.c_str(), results.ErrorMessage().c_str()); return; }