Skip to content

Commit

Permalink
Merge branch 'dk-cleanup' into talents-apl
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosen Rusinov committed Apr 18, 2024
2 parents 5826ca4 + b27e867 commit 30218d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim/death_knight/death_knight.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ func NewDeathKnight(character *core.Character, inputs DeathKnightInputs, talents
ClassBaseScaling: 1125.227400,
}
core.FillTalentsProto(dk.Talents.ProtoReflect(), talents, TalentTreeSizes)
dk.FillTalentsData(talent_trees.DeathKnightTalentsConfig, talents)

maxRunicPower := 100.0 + 15.0*float64(dk.Talents.RunicPowerMastery)
currentRunicPower := math.Min(maxRunicPower, dk.Inputs.StartingRunicPower)
Expand Down

0 comments on commit 30218d3

Please sign in to comment.