Skip to content

Commit

Permalink
Merge pull request #1765 from wowsims/paladin
Browse files Browse the repository at this point in the history
Paladin HOW behavior change
  • Loading branch information
Watcher7 authored Nov 19, 2022
2 parents 97b8176 + c6d6cfb commit 3093790
Show file tree
Hide file tree
Showing 3 changed files with 563 additions and 563 deletions.
2 changes: 1 addition & 1 deletion sim/paladin/hammer_of_wrath.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func (paladin *Paladin) registerHammerOfWrathSpell() {
paladin.HammerOfWrath = paladin.RegisterSpell(core.SpellConfig{
ActionID: core.ActionID{SpellID: 48806},
SpellSchool: core.SpellSchoolHoly,
ProcMask: core.ProcMaskSpellDamage,
ProcMask: core.ProcMaskMelee,
Flags: core.SpellFlagMeleeMetrics,
ResourceType: stats.Mana,
BaseCost: baseCost,
Expand Down
Loading

0 comments on commit 3093790

Please sign in to comment.