Item Info

Make the messages the bots send regarding items they loot etc configurable
This commit is contained in:
Revision
2024-07-05 17:27:14 +02:00
parent 205dcef71b
commit e8b5b1fcb4
4 changed files with 8 additions and 0 deletions

View File

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