mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
teleport for randomize first
This commit is contained in:
parent
d07d256a78
commit
029ca52dd5
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user