fix(Scripts/TempleOfAhnQiraj): Fix Sartura not enraging if stunned (#13615)

This commit is contained in:
Skjalf
2022-10-30 16:25:43 -03:00
committed by GitHub
parent f2c1647747
commit df3e3b169a
@@ -138,7 +138,7 @@ struct boss_sartura : public BossAI
case EVENT_SPELL_BERSERK: case EVENT_SPELL_BERSERK:
if (!berserked) if (!berserked)
{ {
DoCastSelf(SPELL_BERSERK); DoCastSelf(SPELL_BERSERK, true);
berserked = true; berserked = true;
} }
break; break;