Remove Duplicative MySQL Error: Error in Zone::LoadNPCEmotes: %s (%s)

This commit is contained in:
Akkadius 2015-01-19 05:25:53 -06:00
parent 430263de9c
commit 800378d944

View File

@ -2217,7 +2217,6 @@ void Zone::LoadNPCEmotes(LinkedList<NPC_Emote_Struct*>* 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;
}