Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Azevara authored Sep 18, 2024
1 parent d666a36 commit 1b61a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/class_modules/warlock/sc_warlock_pets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -880,8 +880,8 @@ void felguard_pet_t::init_base_stats()
melee_attack = new felguard_melee_t( this, 1.0, "melee" );

// 2023-09-20: Validated coefficients
owner_coeff.ap_from_sp = 0.741;
owner_coeff.sp_from_sp = 1.15;
owner_coeff.ap_from_sp = 0.862;
owner_coeff.sp_from_sp = 1.322;

melee_attack->base_dd_multiplier *= 1.42;

Expand Down

0 comments on commit 1b61a8d

Please sign in to comment.