Skip to content

Commit

Permalink
[Death Knight] Pair AHR with vamp blood
Browse files Browse the repository at this point in the history
  • Loading branch information
Melekus committed Nov 28, 2017
1 parent ef5b500 commit df6967a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/class_modules/sc_death_knight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8155,11 +8155,12 @@ void death_knight_t::default_apl_blood()

// On-use items
def -> add_action( "use_items" );
def -> add_action( "use_item,name=archimondes_hatred_reborn,if=buff.vampiric_blood.up" );

// Cooldowns
def -> add_action( "potion,if=buff.dancing_rune_weapon.up" );
def -> add_action( this, "Dancing Rune Weapon", "if=(!talent.blooddrinker.enabled|!cooldown.blooddrinker.ready)&!cooldown.death_and_decay.ready" );
def -> add_action( this, "Vampiric Blood" );
def -> add_action( this, "Vampiric Blood", "if=!equipped.archimondes_hatred_reborn|cooldown.trinket.ready" );
def -> add_action( "call_action_list,name=standard" );

// Single Target Rotation
Expand Down

0 comments on commit df6967a

Please sign in to comment.