mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Scripts/GruulLair): Fix Maulgar not casting intimidating shout (#16743)
This commit is contained in:
@@ -85,7 +85,7 @@ struct boss_high_king_maulgar : public BossAI
|
|||||||
context.Repeat(35s);
|
context.Repeat(35s);
|
||||||
}).Schedule(0ms, [this](TaskContext context)
|
}).Schedule(0ms, [this](TaskContext context)
|
||||||
{
|
{
|
||||||
DoCastSelf(SPELL_ROAR);
|
DoCastVictim(SPELL_ROAR);
|
||||||
context.Repeat(20600ms, 29100ms);
|
context.Repeat(20600ms, 29100ms);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user