Skip to content

Commit 5cf367b

Browse files
committed
[Unholy] Unholy Devotion bug fixed
1 parent c3161c0 commit 5cf367b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

engine/class_modules/sc_death_knight.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3224,16 +3224,6 @@ struct ghoul_pet_t final : public base_ghoul_pet_t
32243224
{
32253225
}
32263226

3227-
double composite_da_multiplier( const action_state_t* s ) const override
3228-
{
3229-
double m = pet_melee_attack_t<ghoul_pet_t>::composite_da_multiplier( s );
3230-
// Currently using the normalized attack speed increase aura, which reduces auto attack damage perportionally to
3231-
// the attack speed increase. This results in a 0 auto attack dps gain. Lovely bug.
3232-
if ( pet()->unholy_devotion->check() && dk()->bugs )
3233-
m /= 1.0 + pet()->unholy_devotion->check_stack_value();
3234-
return m;
3235-
}
3236-
32373227
void impact( action_state_t* state ) override
32383228
{
32393229
auto_attack_melee_t<ghoul_pet_t>::impact( state );

0 commit comments

Comments
 (0)