diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp index a0df3b943..26d4471fb 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp @@ -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); } }