fix(Scripts/GruulLair): Fix Maulgar not casting intimidating shout (#16743)
This commit is contained in:
parent
55d5138ccf
commit
e4d64ec319
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue