refactor(Scripts/TempestKeep): remove an dev residual from Kael'Thas revamp (#19950)

refactor(Scripts/TempestKeep): remove an dev rest from my last PR with Keal'Thas
This commit is contained in:
Grimdhex
2024-09-12 12:58:18 +02:00
committed by GitHub
parent 5ae1473e30
commit 20b443e011

View File

@@ -294,11 +294,6 @@ struct boss_kaelthas : public BossAI
BossAI::AttackStart(who);
}
void JustReachedHome() override
{
Reset();
}
void MoveInLineOfSight(Unit* who) override
{
if (_phase == PHASE_NONE && who->IsPlayer() && me->IsValidAttackTarget(who))