World channel talk

This commit is contained in:
Yunfan Li 2025-07-21 11:37:39 +08:00
parent 4875651e79
commit c9d341cb36

View File

@ -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())