mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
fix(Scripts/MagtheridonsLair): Fix emote spam (#16746)
This commit is contained in:
@@ -196,7 +196,8 @@ struct boss_magtheridon : public BossAI
|
|||||||
me->InterruptNonMeleeSpells(true);
|
me->InterruptNonMeleeSpells(true);
|
||||||
scheduler.CancelGroup(GROUP_INTERRUPT_CHECK);
|
scheduler.CancelGroup(GROUP_INTERRUPT_CHECK);
|
||||||
}
|
}
|
||||||
context.Repeat(50ms);
|
else
|
||||||
|
context.Repeat(50ms);
|
||||||
}).Schedule(12s, GROUP_INTERRUPT_CHECK, [this](TaskContext /*context*/)
|
}).Schedule(12s, GROUP_INTERRUPT_CHECK, [this](TaskContext /*context*/)
|
||||||
{
|
{
|
||||||
_interruptScheduler.CancelGroup(GROUP_INTERRUPT_CHECK);
|
_interruptScheduler.CancelGroup(GROUP_INTERRUPT_CHECK);
|
||||||
|
|||||||
Reference in New Issue
Block a user