fix(Scripts/Icecrown Citadel): Ensure Deathbringer Saurfang casts Frenzy (#10048)
* cherry-pick commit (a0a64b10b5)
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com>
This commit is contained in:
parent
0e29319d8f
commit
9d96adeb6b
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ public:
|
|||
if (!_frenzied && HealthBelowPct(31)) // AT 30%, not below
|
||||
{
|
||||
_frenzied = true;
|
||||
DoCast(me, SPELL_FRENZY);
|
||||
DoCast(me, SPELL_FRENZY, true);
|
||||
Talk(SAY_FRENZY);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue