added additional botActiveAlone confguration options (#780)

This commit is contained in:
bash
2024-12-15 19:18:36 +01:00
committed by GitHub
parent f45d03f62b
commit ea944aeefa
4 changed files with 41 additions and 18 deletions

View File

@@ -264,6 +264,10 @@ public:
uint32 playerbotsXPrate;
bool disableDeathKnightLogin;
uint32 botActiveAlone;
uint32 BotActiveAloneWhenInRadius;
bool BotActiveAloneForceWhenInZone;
bool BotActiveAloneForceWhenIsFriend;
bool BotActiveAloneForceWhenInGuild;
bool botActiveAloneSmartScale;
uint32 botActiveAloneSmartScaleWhenMinLevel;
uint32 botActiveAloneSmartScaleWhenMaxLevel;