mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +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);
|
||||
}).Schedule(0ms, [this](TaskContext context)
|
||||
{
|
||||
DoCastSelf(SPELL_ROAR);
|
||||
DoCastVictim(SPELL_ROAR);
|
||||
context.Repeat(20600ms, 29100ms);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user