We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a69cb9 commit 543a42bCopy full SHA for 543a42b
engine/class_modules/sc_mage.cpp
@@ -8437,6 +8437,7 @@ void mage_t::create_buffs()
8437
buffs.excess_fire = make_buff( this, "excess_fire", find_spell( 438624 ) )
8438
->set_chance( talents.excess_fire.ok() );
8439
buffs.excess_frost = make_buff( this, "excess_frost", find_spell( 438611 ) )
8440
+ ->set_cooldown( 0_ms )
8441
->set_chance( talents.excess_frost.ok() );
8442
buffs.fire_mastery = make_buff( this, "fire_mastery", find_spell( 431040 ) )
8443
->set_pct_buff_type( STAT_PCT_BUFF_HASTE )
0 commit comments