Skip to content

Commit 162f1bc

Browse files
author
Marcel Ellermann
committed
[Warlock][Destro] Clean up backdraft stacks
1 parent 77b0491 commit 162f1bc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sim/warlock/destruction/backdraft.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ func (destruction *DestructionWarlock) registerBackdraft() {
5050
buff.Activate(sim)
5151

5252
// always grants 3 stacks
53-
buff.AddStack(sim)
54-
buff.AddStack(sim)
55-
buff.AddStack(sim)
53+
buff.SetStacks(sim, buff.GetStacks()+3)
5654
},
5755
})
5856
}

0 commit comments

Comments
 (0)