using config to toggle chat functionnality and suggest dungeon

This commit is contained in:
Atidot3
2024-07-27 10:15:12 +02:00
parent d21d1e9b68
commit adf9924925
5 changed files with 32 additions and 16 deletions

View File

@@ -95,6 +95,8 @@ class PlayerbotAIConfig
uint32 randomBotsPerInterval;
uint32 minRandomBotsPriceChangeInterval, maxRandomBotsPriceChangeInterval;
bool randomBotJoinLfg;
bool randomBotTalk;
bool randomBotEmote;
bool randomBotSuggestDungeons;
bool suggestDungeonsInLowerCaseRandomly;
bool randomBotJoinBG;