Skip to content

Commit

Permalink
fix warlock pet damage
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Nov 23, 2024
1 parent a400fa7 commit b6bcb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/warlock/pet.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (warlock *Warlock) makePet(cfg PetConfig, enabledOnStart bool) *WarlockPet

// Imps generally don't melee
wp.EnableAutoAttacks(wp, cfg.AutoAttacks)
wp.AutoAttacks.MHConfig().DamageMultiplierAdditive += 0.04 * float64(warlock.Talents.UnholyPower)
wp.AutoAttacks.MHConfig().DamageMultiplier *= 1 + 0.04*float64(warlock.Talents.UnholyPower)
}

core.ApplyPetConsumeEffects(&wp.Character, warlock.Consumes)
Expand Down

0 comments on commit b6bcb49

Please sign in to comment.