mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-14 01:19:08 +00:00
Item Info
Make the messages the bots send regarding items they loot etc configurable
This commit is contained in:
@@ -13,6 +13,9 @@ bool QueryItemUsageAction::Execute(Event event)
|
||||
if (!GetMaster() && !sPlayerbotAIConfig->randomBotSayWithoutMaster)
|
||||
return false;
|
||||
|
||||
if (!sPlayerbotAIConfig->sayWhenCollectingItems)
|
||||
return false;
|
||||
|
||||
WorldPacket& data = event.getPacket();
|
||||
if (!data.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user