fix RandomBotTeleLevel

This commit is contained in:
Yunfan Li
2023-08-02 23:39:34 +08:00
parent 46b94824e4
commit 1d423e4820
4 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ class PlayerbotAIConfig
bool randomBotJoinBG;
bool randomBotAutoJoinBG;
bool randomBotLoginAtStartup;
uint32 randomBotTeleLowerLevel, randomBotTeleHigerLevel;
uint32 randomBotTeleLowerLevel, randomBotTeleHigherLevel;
bool logInGroupOnly, logValuesPerTick;
bool fleeingEnabled;
bool summonAtInnkeepersEnabled;