Chat tweak, guild bots management tooggle

This commit is contained in:
Atidot3
2024-08-04 10:14:07 +02:00
parent 6e41c87e93
commit 7227211ddf
8 changed files with 127 additions and 39 deletions

View File

@@ -272,7 +272,7 @@ void AiFactory::AddDefaultCombatStrategies(Player* player, PlayerbotAI* const fa
if (!player->InBattleground())
{
engine->addStrategies("racials", "chat", "default", "cast time", "duel", "boost", "emote", nullptr);
engine->addStrategies("racials", "chat", "default", "cast time", "duel", "boost", nullptr);
}
if (sPlayerbotAIConfig->autoSaveMana)
{