mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-03 13:22:28 +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";
|
const std::string query = "SELECT emoteid, event_, type, text FROM npc_emotes";
|
||||||
auto results = database.QueryDatabase(query);
|
auto results = database.QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in Zone::LoadNPCEmotes: %s (%s)", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user