Skip to content

Commit

Permalink
Merge pull request #3421 from wowsims/apl
Browse files Browse the repository at this point in the history
Fix aura ID for ret t10
  • Loading branch information
jimmyt857 authored Aug 7, 2023
2 parents f40006b + 8b74bb1 commit b9e8574
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 b9e8574

Please sign in to comment.