fix(Scripts/BlackwingLair): Fix Flamegor frenzy timer (#14908)

This commit is contained in:
Skjalf
2023-02-08 13:05:09 -03:00
committed by GitHub
parent 5029e1240d
commit 3106a83e8a

View File

@@ -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;
}