Skip to content

Commit

Permalink
Fix aura ID for ret t10
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyt857 committed Aug 6, 2023
1 parent 8bbf98e commit 8b74bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/paladin/items.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ func init() {

procAura := core.MakeStackingAura(paladin.GetCharacter(), core.StackingStatAura{
Aura: core.Aura{
Label: "Libram of Three Truths Proc",
ActionID: core.ActionID{SpellID: 71186},
Label: "Formidable",
ActionID: core.ActionID{SpellID: 71187},
Duration: time.Second * 15,
MaxStacks: 5,
},
Expand Down

0 comments on commit 8b74bb1

Please sign in to comment.