Skip to content

Commit 592dfda

Browse files
authored
Merge pull request #1496 from wowsims/bugfix/fix-procs
Fix proc chance for Power Torrent enchant
2 parents 91a26cd + 67821b3 commit 592dfda

File tree

9 files changed

+5952
-5952
lines changed

9 files changed

+5952
-5952
lines changed

sim/common/cata/enchant_effects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func init() {
270270
ProcMask: core.ProcMaskSpellDamage | core.ProcMaskSpellHealing,
271271
Outcome: core.OutcomeLanded,
272272
ICD: time.Second * 45,
273-
ProcChance: 1.0 / 3.0,
273+
ProcChance: 0.2,
274274
Bonus: stats.Stats{stats.Intellect: 500},
275275
Duration: time.Second * 12,
276276
})

0 commit comments

Comments
 (0)