mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Handle command and trade check for summoned bot
This commit is contained in:
@@ -1215,9 +1215,6 @@ void RandomPlayerbotMgr::Revive(Player* player)
|
||||
|
||||
void RandomPlayerbotMgr::RandomTeleport(Player* bot, std::vector<WorldLocation>& locs, bool hearth)
|
||||
{
|
||||
if (bot->IsBeingTeleported())
|
||||
return;
|
||||
|
||||
if (bot->InBattleground())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user