fix(Scripts/TempleOfAhnQiraj): Fix Sartura not enraging if stunned (#13615)
This commit is contained in:
parent
f2c1647747
commit
df3e3b169a
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ struct boss_sartura : public BossAI
|
|||
case EVENT_SPELL_BERSERK:
|
||||
if (!berserked)
|
||||
{
|
||||
DoCastSelf(SPELL_BERSERK);
|
||||
DoCastSelf(SPELL_BERSERK, true);
|
||||
berserked = true;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue