From b27e8672da5dfe3139f29d29472387010fde52cc Mon Sep 17 00:00:00 2001 From: Rosen Rusinov Date: Thu, 18 Apr 2024 21:48:36 +0200 Subject: [PATCH] remove wrong call --- sim/death_knight/death_knight.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sim/death_knight/death_knight.go b/sim/death_knight/death_knight.go index d3075472c7..dd21611474 100644 --- a/sim/death_knight/death_knight.go +++ b/sim/death_knight/death_knight.go @@ -140,7 +140,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)