fix(Scripts/HoR): clear IMMUNE_TO_PC before engaging Falric and Marwyn (#25273)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -78,6 +78,7 @@ struct boss_falric : public BossAI
|
||||
me->m_Events.AddEventAtOffset([this]()
|
||||
{
|
||||
_startingFight = false;
|
||||
me->SetImmuneToPC(false);
|
||||
me->SetInCombatWithZone();
|
||||
}, 8s);
|
||||
}
|
||||
|
||||
@@ -78,6 +78,7 @@ struct boss_marwyn : public BossAI
|
||||
me->m_Events.AddEventAtOffset([this]()
|
||||
{
|
||||
_startingFight = false;
|
||||
me->SetImmuneToPC(false);
|
||||
me->SetInCombatWithZone();
|
||||
}, 8s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user