diff --git a/src/PlayerbotAI.cpp b/src/PlayerbotAI.cpp index 0d3f693be..8b5b3e041 100644 --- a/src/PlayerbotAI.cpp +++ b/src/PlayerbotAI.cpp @@ -1048,6 +1048,9 @@ void PlayerbotAI::HandleBotOutgoingPacket(WorldPacket const& packet) default: return; } + + if (chanName == "World") + return; // do not reply to self but always try to reply to real player if (guid1 != bot->GetGUID())