mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-25 20:03:51 +00:00
Remove Duplicative MySQL Error: Error in Zone::LoadNPCEmotes: %s (%s)
This commit is contained in:
parent
430263de9c
commit
800378d944
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user