Skip to content

Commit

Permalink
Merge pull request #713 from InDebt/master
Browse files Browse the repository at this point in the history
[Shadow] Fixup Auto-Reforge and default EP values
  • Loading branch information
InDebt authored Jun 16, 2024
2 parents 8c2d93a + 2976970 commit 56f2c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/priest/shadow/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export const P1_EP_PRESET = PresetUtils.makePresetEpWeights(
'P1',
Stats.fromMap({
[Stat.StatIntellect]: 1.0,
[Stat.StatSpirit]: 0.0,
[Stat.StatSpirit]: 0.9,
[Stat.StatSpellPower]: 0.79,
[Stat.StatSpellHit]: 0.0,
[Stat.StatSpellHit]: 0.85,
[Stat.StatSpellCrit]: 0.42,
[Stat.StatSpellHaste]: 0.76,
[Stat.StatMastery]: 0.48,
Expand Down

0 comments on commit 56f2c47

Please sign in to comment.