Skip to content

Commit

Permalink
Merge pull request wowsims#3214 from wowsims/dk_tier_bonus
Browse files Browse the repository at this point in the history
update blood plague crit multiplier
  • Loading branch information
rosenrusinov authored Jun 26, 2023
2 parents d94071d + 325b310 commit d2511a9
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 147 deletions.
2 changes: 1 addition & 1 deletion sim/deathknight/diseases.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (dk *Deathknight) registerBloodPlague() {
Flags: core.SpellFlagDisease,

DamageMultiplier: 1,
CritMultiplier: dk.DefaultMeleeCritMultiplier(),
CritMultiplier: dk.MeleeCritMultiplier(2, 0) - 1.0,
ThreatMultiplier: 1,

Dot: core.DotConfig{
Expand Down
Loading

0 comments on commit d2511a9

Please sign in to comment.