fix(Scripts/UBRS): increase Drakkisath's conflagrate interval from 10s..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)
This commit is contained in:
parent
f6e9bd51fd
commit
0ac7ab03bb
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ public:
|
|||
_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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue