Handle command and trade check for summoned bot

This commit is contained in:
Yunfan Li
2024-08-07 17:45:21 +08:00
parent 901ae2305c
commit 07c5cf78de
4 changed files with 26 additions and 26 deletions

View File

@@ -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;