diff --git a/engine/class_modules/apl/apl_rogue.cpp b/engine/class_modules/apl/apl_rogue.cpp index 399a1a49a65..3b4d88eb7b9 100644 --- a/engine/class_modules/apl/apl_rogue.cpp +++ b/engine/class_modules/apl/apl_rogue.cpp @@ -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 diff --git a/engine/class_modules/apl/rogue/outlaw.simc b/engine/class_modules/apl/rogue/outlaw.simc index dbb32cb49a2..41c88ced90f 100644 --- a/engine/class_modules/apl/rogue/outlaw.simc +++ b/engine/class_modules/apl/rogue/outlaw.simc @@ -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 \ No newline at end of file