mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
miscs: teleport & grind target
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user