Skip to content

Commit

Permalink
fix(Scripts/UBRS): increase Drakkisath's conflagrate interval from 10…
Browse files Browse the repository at this point in the history
…s..13s to 18s..25s, avoiding near infinite CC chains (#19806)

fix(Scripts/UBRS): increase Drakkisath's conflagrate interval from 10..13s to 18s..25s, avoids infinite CC chains (conflagrate is a 10s CC)
  • Loading branch information
Mershl authored Sep 11, 2024
1 parent f6e9bd5 commit 0ac7ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class boss_drakkisath : public CreatureScript
_conflagrateThreat = me->GetThreatMgr().GetThreat(me->GetVictim());
me->GetThreatMgr().ModifyThreatByPercent(target, -100);
}
events.ScheduleEvent(EVENT_CONFLAGRATION, 10s, 13s);
events.ScheduleEvent(EVENT_CONFLAGRATION, 18s, 25s);
events.ScheduleEvent(EVENT_CHECK_CONFLAGRATION_TARGET, 10s);
break;
case EVENT_THUNDERCLAP:
Expand Down

0 comments on commit 0ac7ab0

Please sign in to comment.