Skip to content

Commit

Permalink
Magmadar panic should have a higher cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
davidonete authored and killerwife committed Apr 1, 2024
1 parent 3e9804e commit c10d0b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct boss_magmadarAI : public CombatAI
case MAGMADAR_PANIC:
{
if (DoCastSpellIfCan(nullptr, SPELL_PANIC) == CAST_OK)
ResetCombatAction(action, urand(16000, 21000));
ResetCombatAction(action, urand(30000, 35000));
break;
}
case MAGMADAR_LAVABOMB:
Expand Down

0 comments on commit c10d0b6

Please sign in to comment.