mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Summon improvement: Selfbot no longer complains about being unable to… (#1166)
* Summon improvement: Selfbot no longer complains about being unable to summon to itself. * Fix build * .
This commit is contained in:
@@ -243,6 +243,7 @@ bool SummonAction::Teleport(Player* summoner, Player* player)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
botAI->TellError("Not enough place to summon");
|
if(summoner != player)
|
||||||
|
botAI->TellError("Not enough place to summon");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user