mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 10:30:01 +01:00
World channel talk
This commit is contained in:
parent
4875651e79
commit
c9d341cb36
@ -1049,6 +1049,9 @@ void PlayerbotAI::HandleBotOutgoingPacket(WorldPacket const& packet)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (chanName == "World")
|
||||||
|
return;
|
||||||
|
|
||||||
// do not reply to self but always try to reply to real player
|
// do not reply to self but always try to reply to real player
|
||||||
if (guid1 != bot->GetGUID())
|
if (guid1 != bot->GetGUID())
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user