chore(Scripts/SethekkHalls): Remove now uneeded LoS check for Talon King Ikiss (#24259)
This commit is contained in:
parent
9bb9f4f2d9
commit
be0edab576
1 changed files with 0 additions and 6 deletions
|
|
@ -76,12 +76,6 @@ struct boss_talon_king_ikiss : public BossAI
|
|||
});
|
||||
}
|
||||
|
||||
/// @todo: remove this once pets stop going through doors.
|
||||
bool CanAIAttack(Unit const* /*victim*/) const override
|
||||
{
|
||||
return _spoken;
|
||||
}
|
||||
|
||||
void MoveInLineOfSight(Unit* who) override
|
||||
{
|
||||
if (!_spoken && who->IsPlayer())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue