mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
|
||||
if (!berserked)
|
||||
{
|
||||
DoCastSelf(SPELL_BERSERK);
|
||||
DoCastSelf(SPELL_BERSERK, true);
|
||||
berserked = true;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user