Merge branch 'master' into fix-autojoin-rated-arena-battlegrounds

This commit is contained in:
CrypticAvacado
2024-07-29 21:54:35 +12:00
16 changed files with 118 additions and 77 deletions

View File

@@ -1574,7 +1574,6 @@ void RandomPlayerbotMgr::Randomize(Player* bot)
else {
RandomizeFirst(bot);
}
RandomTeleportForLevel(bot);
}
void RandomPlayerbotMgr::IncreaseLevel(Player* bot)
@@ -1663,6 +1662,8 @@ void RandomPlayerbotMgr::RandomizeFirst(Player* bot)
if (pmo)
pmo->finish();
RandomTeleportForLevel(bot);
}
void RandomPlayerbotMgr::RandomizeMin(Player* bot)