Skip to content

Commit

Permalink
[mage] temp fix to trinket use for frost
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostedmages committed Jan 10, 2017
1 parent 4611d81 commit fb035db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/class_modules/sc_mage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8355,6 +8355,9 @@ void mage_t::apl_frost()
default_list -> add_action( this, "Counterspell", "if=target.debuff.casting.react" );
default_list -> add_action( this, "Ice Lance", "if=buff.fingers_of_frost.react=0&prev_gcd.1.flurry&spell_haste<0.845" );
default_list -> add_action( this, "Time Warp", "if=(time=0&buff.bloodlust.down)|(buff.bloodlust.down&equipped.132410&(cooldown.icy_veins.remains<1|target.time_to_die<50))" );
default_list -> add_action( mage_t::get_special_use_items( "horn_of_valor", false ) );
default_list -> add_action( mage_t::get_special_use_items( "obelisk_of_the_void", false ) );
default_list -> add_action( mage_t::get_special_use_items( "mrrgrias_favor", false ) );
default_list -> add_action( "call_action_list,name=cooldowns" );
default_list -> add_action( "call_action_list,name=aoe,if=active_enemies>=4" );
default_list -> add_action( "call_action_list,name=single" );
Expand Down

0 comments on commit fb035db

Please sign in to comment.