Skip to content

Commit

Permalink
CTS procs from dot damage (#4183)
Browse files Browse the repository at this point in the history
lime-green authored Jan 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1d5f4eb commit 1fd15cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/common/wotlk/stat_bonus_procs.go
Original file line number Diff line number Diff line change
@@ -694,7 +694,7 @@ func init() {
AuraID: 75466,
Bonus: stats.Stats{stats.SpellPower: 763},
Duration: time.Second * 15,
Callback: core.CallbackOnSpellHitDealt,
Callback: core.CallbackOnSpellHitDealt | core.CallbackOnPeriodicDamageDealt,
ProcMask: core.ProcMaskSpellOrProc,
ProcChance: 0.10,
ICD: time.Second * 50,
@@ -705,7 +705,7 @@ func init() {
AuraID: 75473,
Bonus: stats.Stats{stats.SpellPower: 861},
Duration: time.Second * 15,
Callback: core.CallbackOnSpellHitDealt,
Callback: core.CallbackOnSpellHitDealt | core.CallbackOnPeriodicDamageDealt,
ProcMask: core.ProcMaskSpellOrProc,
ProcChance: 0.10,
ICD: time.Second * 50,

0 comments on commit 1fd15cd

Please sign in to comment.