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:
Kitzunu
2022-01-08 16:12:33 +01:00
committed by GitHub
parent 0e29319d8f
commit 9d96adeb6b

View File

@@ -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);
}
}