Skip to content

Commit

Permalink
improved DP can only proc fetish, not much else
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Oct 11, 2023
1 parent 5f0148d commit 0419459
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 331 deletions.
2 changes: 1 addition & 1 deletion sim/priest/devouring_plague.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (priest *Priest) registerDevouringPlagueSpell() {
impDevouringPlague = priest.RegisterSpell(core.SpellConfig{
ActionID: core.ActionID{SpellID: 63675},
SpellSchool: core.SpellSchoolShadow,
ProcMask: core.ProcMaskProc, // this can proc things like Talisman of Volatile Power
ProcMask: core.ProcMaskSuppressedProc, // this can proc things like Talisman of Volatile Power
Flags: core.SpellFlagDisease,

BonusHitRating: float64(priest.Talents.ShadowFocus) * 1 * core.SpellHitRatingPerHitChance,
Expand Down
Loading

0 comments on commit 0419459

Please sign in to comment.