mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user