Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JJwang11 authored Jan 28, 2025
1 parent 9272ffb commit 375befc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/core/debuffs.go
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ func HolySunderAura(target *Unit) *Aura {
aura.Unit.stats[stats.Armor] -= 50
},
OnExpire: func(aura *Aura, sim *Simulation) {
aura.Unit.stats[stats.Armor] -= 50
aura.Unit.stats[stats.Armor] += 50
},
})
}
Expand Down

0 comments on commit 375befc

Please sign in to comment.