Skip to content

Commit

Permalink
[Hunter] Assume macroing pet basic attacks
Browse files Browse the repository at this point in the history
Back by popular demand
  • Loading branch information
Jayezi authored Sep 6, 2018
1 parent be4ee6f commit fd3fddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_hunter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ struct hunter_t: public player_t
struct options_t {
std::string summon_pet_str = "cat";
timespan_t pet_attack_speed = timespan_t::from_seconds( 2.0 );
timespan_t pet_basic_attack_delay = timespan_t::from_seconds( .6 );
timespan_t pet_basic_attack_delay = timespan_t::from_seconds( .15 );
} options;

hunter_t( sim_t* sim, const std::string& name, race_e r = RACE_NONE ) :
Expand Down

0 comments on commit fd3fddb

Please sign in to comment.