fix(Scripts/TempleOfAhnQiraj): Fix Sartura not enraging if stunned (#13615)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user