Scripts/SFK: do not re-schedule Wracking Pain on normal difficulty

This commit is contained in:
Ovahlord
2018-12-28 22:34:15 +01:00
parent de45171d45
commit a850ae51a2

View File

@@ -179,7 +179,8 @@ struct boss_baron_ashbury : public BossAI
DoCastAOE(SPELL_ASPHYXIATE);
events.ScheduleEvent(EVENT_STAY_OF_EXECUTION, 7s);
events.ScheduleEvent(EVENT_PAIN_AND_SUFFERING, 12s);
events.ScheduleEvent(EVENT_WRACKING_PAIN, 13s);
if (IsHeroic())
events.ScheduleEvent(EVENT_WRACKING_PAIN, 13s);
events.Repeat(52s);
_canAttack = false;
break;