Skip to content

Commit

Permalink
[ele] remove pet aura
Browse files Browse the repository at this point in the history
  • Loading branch information
HawkCorrigan committed Oct 29, 2024
1 parent cf27ced commit b787e48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/class_modules/sc_shaman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14434,7 +14434,6 @@ double shaman_t::composite_player_pet_damage_multiplier( const action_state_t* s
if ( !guardian )
{
m *= 1.0 + spec.elemental_shaman->effectN( 3 ).percent();
m *= 1.0 + spec.elemental_shaman->effectN( 28 ).percent();

m *= 1.0 + spec.enhancement_shaman->effectN( 3 ).percent();

Expand All @@ -14443,7 +14442,6 @@ double shaman_t::composite_player_pet_damage_multiplier( const action_state_t* s
else
{
m *= 1.0 + spec.elemental_shaman->effectN( 4 ).percent();
m *= 1.0 + spec.elemental_shaman->effectN( 28 ).percent();

m *= 1.0 + spec.enhancement_shaman->effectN( 4 ).percent();
}
Expand Down

0 comments on commit b787e48

Please sign in to comment.