Skip to content

Commit

Permalink
BT: Shorten Flame Burst phase 4 timer by 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Aug 11, 2021
1 parent ddb5717 commit 7bda3be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -891,7 +891,7 @@ struct boss_illidan_stormrageAI : public CombatAI, private DialogueHelper
ResetCombatAction(ILLIDAN_ACTION_FLAME_BURST, GetInitialActionTimer(ILLIDAN_ACTION_FLAME_BURST));
ResetCombatAction(ILLIDAN_ACTION_SHADOW_BLAST, GetInitialActionTimer(ILLIDAN_ACTION_SHADOW_BLAST));
ResetCombatAction(ILLIDAN_ACTION_SHADOW_DEMON, GetInitialActionTimer(ILLIDAN_ACTION_SHADOW_DEMON));
ResetCombatAction(ILLIDAN_ACTION_TRANSFORM, 53000u);
ResetCombatAction(ILLIDAN_ACTION_TRANSFORM, 50000u);
break;
}
case PHASE_5_MAIEV:
Expand Down

0 comments on commit 7bda3be

Please sign in to comment.