mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00: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