miscs: teleport & grind target

This commit is contained in:
Yunfan Li
2023-07-30 16:41:01 +08:00
parent 252b2f259c
commit 4a5efe6642
3 changed files with 24 additions and 14 deletions

View File

@@ -977,8 +977,8 @@ void RandomPlayerbotMgr::RandomTeleport(Player* bot, std::vector<WorldLocation>&
if (bot->InBattlegroundQueue())
return;
if (bot->getLevel() < 5)
return;
// if (bot->getLevel() < 5)
// return;
if (sPlayerbotAIConfig->randomBotRpgChance < 0)
return;