mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
World channel talk
This commit is contained in:
parent
4875651e79
commit
c9d341cb36
@ -1048,6 +1048,9 @@ void PlayerbotAI::HandleBotOutgoingPacket(WorldPacket const& packet)
|
|||||||
default:
|
default:
|
||||||
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