Core/Logging: removed useless log message

This commit is contained in:
joschiwald
2016-08-27 12:30:46 +02:00
parent f0224df131
commit b0c8a9411e
7 changed files with 0 additions and 21 deletions

View File

@@ -237,8 +237,6 @@ void WorldSession::HandleNpcTextQueryOpcode(WorldPackets::Query::QueryNPCText& p
if (!response.Allow)
TC_LOG_ERROR("sql.sql", "HandleNpcTextQueryOpcode: no BroadcastTextID found for text %u in `npc_text table`", packet.TextID);
TC_LOG_DEBUG("network", "WORLD: Sent SMSG_NPC_TEXT_UPDATE");
SendPacket(response.Write());
}