fix(Scripts/GruulLair): Fix Maulgar not casting intimidating shout (#16743)

This commit is contained in:
Skjalf
2023-07-12 00:46:10 -03:00
committed by GitHub
parent 55d5138ccf
commit e4d64ec319

View File

@@ -85,7 +85,7 @@ struct boss_high_king_maulgar : public BossAI
context.Repeat(35s);
}).Schedule(0ms, [this](TaskContext context)
{
DoCastSelf(SPELL_ROAR);
DoCastVictim(SPELL_ROAR);
context.Repeat(20600ms, 29100ms);
});
});