Skip to content

Commit

Permalink
Reverted Frostband impue from NewEnhancementShaman back to the Initia…
Browse files Browse the repository at this point in the history
…lize method
  • Loading branch information
Horatio27 committed Sep 5, 2023
1 parent dec5945 commit 14a3061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sim/shaman/enhancement/enhancement.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func NewEnhancementShaman(character core.Character, options *proto.Player) *Enha
enh.RegisterFlametongueImbue(enh.getImbueProcMask(proto.ShamanImbue_FlametongueWeapon), false)
enh.RegisterFlametongueImbue(enh.getImbueProcMask(proto.ShamanImbue_FlametongueWeaponDownrank), true)
enh.RegisterWindfuryImbue(enh.getImbueProcMask(proto.ShamanImbue_WindfuryWeapon))
enh.RegisterFrostbrandImbue(enh.getImbueProcMask(proto.ShamanImbue_FrostbrandWeapon))

enh.SpiritWolves = &shaman.SpiritWolves{
SpiritWolf1: enh.NewSpiritWolf(1),
Expand Down Expand Up @@ -120,6 +119,8 @@ func (enh *EnhancementShaman) GetShaman() *shaman.Shaman {

func (enh *EnhancementShaman) Initialize() {
enh.Shaman.Initialize()
// In the Initialize due to frost brand adding the aura to the enemy
enh.RegisterFrostbrandImbue(enh.getImbueProcMask(proto.ShamanImbue_FrostbrandWeapon))

if enh.ItemSwap.IsEnabled() {
mh := enh.ItemSwap.GetItem(proto.ItemSlot_ItemSlotMainHand)
Expand Down

0 comments on commit 14a3061

Please sign in to comment.