Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion engine/class_modules/apl/apl_rogue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ void outlaw( player_t* p )
cds->add_action( "use_items,slots=trinket2,if=buff.between_the_eyes.up|trinket.2.has_stat.any_dps|fight_remains<=20" );

finish->add_action( "pool_resource,for_next=1", "Finishers" );
finish->add_action( "between_the_eyes" );
finish->add_action( "killing_spree" );
finish->add_action( "coup_de_grace" );
finish->add_action( "between_the_eyes" );
finish->add_action( "dispatch" );
}
//outlaw_apl_end
Expand Down
2 changes: 1 addition & 1 deletion engine/class_modules/apl/rogue/outlaw.simc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ actions.cds+=/use_items,slots=trinket2,if=buff.between_the_eyes.up|trinket.2.has

# Finishers
actions.finish=pool_resource,for_next=1
actions.finish+=/between_the_eyes
actions.finish+=/killing_spree
actions.finish+=/coup_de_grace
actions.finish+=/between_the_eyes
actions.finish+=/dispatch
Loading