mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Scripts/BlackwingLair): Fix Flamegor frenzy timer (#14908)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user