mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Logging: removed useless log message
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user