mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-24 05:56:23 +00:00
teleport for randomize first
This commit is contained in:
@@ -1501,7 +1501,6 @@ void RandomPlayerbotMgr::Randomize(Player* bot)
|
|||||||
else {
|
else {
|
||||||
RandomizeFirst(bot);
|
RandomizeFirst(bot);
|
||||||
}
|
}
|
||||||
RandomTeleportForLevel(bot);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void RandomPlayerbotMgr::IncreaseLevel(Player* bot)
|
void RandomPlayerbotMgr::IncreaseLevel(Player* bot)
|
||||||
@@ -1590,6 +1589,8 @@ void RandomPlayerbotMgr::RandomizeFirst(Player* bot)
|
|||||||
|
|
||||||
if (pmo)
|
if (pmo)
|
||||||
pmo->finish();
|
pmo->finish();
|
||||||
|
|
||||||
|
RandomTeleportForLevel(bot);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RandomPlayerbotMgr::RandomizeMin(Player* bot)
|
void RandomPlayerbotMgr::RandomizeMin(Player* bot)
|
||||||
|
|||||||
Reference in New Issue
Block a user