Skip to content

Commit 543a42b

Browse files
committed
[Mage] Bypass Excess Frost ICD
1 parent 4a69cb9 commit 543a42b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/class_modules/sc_mage.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8437,6 +8437,7 @@ void mage_t::create_buffs()
84378437
buffs.excess_fire = make_buff( this, "excess_fire", find_spell( 438624 ) )
84388438
->set_chance( talents.excess_fire.ok() );
84398439
buffs.excess_frost = make_buff( this, "excess_frost", find_spell( 438611 ) )
8440+
->set_cooldown( 0_ms )
84408441
->set_chance( talents.excess_frost.ok() );
84418442
buffs.fire_mastery = make_buff( this, "fire_mastery", find_spell( 431040 ) )
84428443
->set_pct_buff_type( STAT_PCT_BUFF_HASTE )

0 commit comments

Comments
 (0)