fix(Scripts/MagtheridonsLair): Fix emote spam (#16746)
This commit is contained in:
parent
a8964a6ed1
commit
5aa44033ab
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue