chore(Scripts/SethekkHalls): Remove now uneeded LoS check for Talon King Ikiss (#24259)

This commit is contained in:
Gultask
2025-12-30 11:52:56 -03:00
committed by GitHub
parent 9bb9f4f2d9
commit be0edab576

View File

@@ -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())