Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenrusinov committed Jun 26, 2023
1 parent 86d2cea commit 9b29512
Showing 1 changed file with 1 addition and 1 deletion.
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.MeleeCritMultiplier(2, 0) - 1.0, // Don't know if bugged or intentional
CritMultiplier: dk.MeleeCritMultiplier(2, 0) - 1.0,
ThreatMultiplier: 1,

Dot: core.DotConfig{
Expand Down

0 comments on commit 9b29512

Please sign in to comment.