mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Merge branch 'master' into fix-autojoin-rated-arena-battlegrounds
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user