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; }