fix(Scripts/BlackwingLair): Fix Flamegor frenzy timer (#14908)
This commit is contained in:
parent
5029e1240d
commit
3106a83e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ public:
|
|||
case EVENT_FRENZY:
|
||||
Talk(EMOTE_FRENZY);
|
||||
DoCast(me, SPELL_FRENZY);
|
||||
events.ScheduleEvent(EVENT_FRENZY, 10s, 80s);
|
||||
events.ScheduleEvent(EVENT_FRENZY, 8s, 10s);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue