fix(Scripts/MagtheridonsLair): Fix emote spam (#16746)

This commit is contained in:
Angelo Venturini 2023-07-12 16:08:13 -03:00 committed by GitHub
parent a8964a6ed1
commit 5aa44033ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,8 @@ struct boss_magtheridon : public BossAI
me->InterruptNonMeleeSpells(true);
scheduler.CancelGroup(GROUP_INTERRUPT_CHECK);
}
context.Repeat(50ms);
else
context.Repeat(50ms);
}).Schedule(12s, GROUP_INTERRUPT_CHECK, [this](TaskContext /*context*/)
{
_interruptScheduler.CancelGroup(GROUP_INTERRUPT_CHECK);