mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
chore(Scripts/SethekkHalls): Remove now uneeded LoS check for Talon King Ikiss (#24259)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user