Skip to content

Commit

Permalink
[Hunter] Properly apply Savagery to pet actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro committed Sep 9, 2023
1 parent 8f4e7c0 commit 8223f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/class_modules/sc_hunter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,7 @@ struct hunter_pet_action_t: public Base
ab::apply_affecting_aura( o() -> tier_set.t29_bm_2pc );
ab::apply_affecting_aura( o() -> talents.killer_command );
ab::apply_affecting_aura( o() -> tier_set.t30_bm_2pc );
ab::apply_affecting_aura( o() -> talents.savagery );
}

T_PET* p() { return static_cast<T_PET*>( ab::player ); }
Expand Down Expand Up @@ -1423,6 +1424,7 @@ struct stable_pet_t : public hunter_pet_t
buffs.frenzy =
make_buff( this, "frenzy", o() -> find_spell( 272790 ) )
-> set_default_value_from_effect( 1 )
-> apply_affecting_aura( o() -> talents.savagery )
-> add_invalidate( CACHE_ATTACK_SPEED );

buffs.beast_cleave =
Expand Down

0 comments on commit 8223f0e

Please sign in to comment.