fix(Scripts/Arcatraz): Remove Skyriss' immunity at reset (#15833)

init
This commit is contained in:
Eddy Vega 2023-04-05 13:54:25 -06:00 committed by GitHub
parent eb91b061cc
commit 34eafefb6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,6 @@ struct boss_harbinger_skyriss : public BossAI
void Reset() override
{
_Reset();
me->SetImmuneToAll(false);
ScheduleHealthCheckEvent(66, [&] {
Talk(SAY_IMAGE);