Skip to content

Commit 805281a

Browse files
committed
fix tempest 2pc bonus
1 parent f3a13d8 commit 805281a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sim/mage/items.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ var ItemSetTempestRegalia = core.NewItemSet(core.ItemSet{
8383
Bonuses: map[int32]core.ApplySetBonus{
8484
2: func(agent core.Agent, setBonusAura *core.Aura) {
8585
setBonusAura.AttachSpellMod(core.SpellModConfig{
86-
Kind: core.SpellMod_BuffDuration_Flat,
87-
TimeValue: time.Second * 2,
86+
Kind: core.SpellMod_DotNumberOfTicks_Flat,
87+
IntValue: 1,
8888
ClassMask: MageSpellEvocation,
8989
})
9090
},

0 commit comments

Comments
 (0)