Skip to content

Commit

Permalink
Merge pull request #1186 from Adamrch/addProtSpellCodes
Browse files Browse the repository at this point in the history
add righteousness libram spell codes
  • Loading branch information
kayla-glick authored Nov 29, 2024
2 parents a27ddfd + e829788 commit 71f46d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sim/paladin/hammer_of_the_righteous.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func (paladin *Paladin) registerHammerOfTheRighteous() {
DefenseType: core.DefenseTypeMelee,
ProcMask: core.ProcMaskMeleeMHSpecial,
Flags: core.SpellFlagMeleeMetrics | core.SpellFlagAPL | core.SpellFlagIgnoreResists,
SpellCode: SpellCode_PaladinHammerOfTheRighteous,

ManaCost: core.ManaCostOptions{
BaseCost: 0.06,
Expand Down
1 change: 1 addition & 0 deletions sim/paladin/shield_of_righteousness.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func (paladin *Paladin) registerShieldOfRighteousness() {
DefenseType: core.DefenseTypeMelee,
ProcMask: core.ProcMaskMeleeMHSpecial,
Flags: core.SpellFlagMeleeMetrics | core.SpellFlagAPL,
SpellCode: SpellCode_PaladinShieldOfRighteousness,

ManaCost: core.ManaCostOptions{
BaseCost: 0.06,
Expand Down

0 comments on commit 71f46d3

Please sign in to comment.