Skip to content
Open
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_hunter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void beast_mastery( player_t* p )
cleave->add_action( "wild_thrash,if=talent.beast_cleave" );
cleave->add_action( "bestial_wrath,if=!prev.wild_thrash" );
cleave->add_action( "wild_thrash,if=!talent.beast_cleave" );
cleave->add_action( "kill_command,if=buff.natures_ally.react|talent.master_handler&(active_enemies>3|howl_summon.ready)" );
cleave->add_action( "kill_command,if=cooldown.bestial_wrath.remains>gcd&(buff.natures_ally.react|talent.master_handler&(active_enemies>3|howl_summon.ready))" );
cleave->add_action( "cobra_shot,if=cooldown.wild_thrash.remains>gcd&buff.hogstrider.up&active_enemies<4" );
cleave->add_action( "barbed_shot,target_if=min:dot.barbed_shot.remains|max_prio_damage" );
cleave->add_action( "cobra_shot,if=talent.beast_cleave&cooldown.wild_thrash.remains>gcd|!talent.beast_cleave" );
Expand Down
2 changes: 1 addition & 1 deletion engine/class_modules/apl/hunter/bm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ actions.cleave=barbed_shot,target_if=min:dot.barbed_shot.remains|max_prio_damage
actions.cleave+=/wild_thrash,if=talent.beast_cleave
actions.cleave+=/bestial_wrath,if=!prev.wild_thrash
actions.cleave+=/wild_thrash,if=!talent.beast_cleave
actions.cleave+=/kill_command,if=buff.natures_ally.react|talent.master_handler&(active_enemies>3|howl_summon.ready)
actions.cleave+=/kill_command,if=cooldown.bestial_wrath.remains>gcd&(buff.natures_ally.react|talent.master_handler&(active_enemies>3|howl_summon.ready))
actions.cleave+=/cobra_shot,if=cooldown.wild_thrash.remains>gcd&buff.hogstrider.up&active_enemies<4
actions.cleave+=/barbed_shot,target_if=min:dot.barbed_shot.remains|max_prio_damage
actions.cleave+=/cobra_shot,if=talent.beast_cleave&cooldown.wild_thrash.remains>gcd|!talent.beast_cleave
Expand Down