diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/spell_proc.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/spell_proc.md b/docs/spell_proc.md index 5126181..ad80689 100644 --- a/docs/spell_proc.md +++ b/docs/spell_proc.md @@ -211,6 +211,8 @@ If non-zero, chance for spell to trigger. If both ProcsPerMinute and Chance are Define hidden cooldowns on the spell, in milliseconds. Also known as the proc's internal cooldown, or ICD. +Value must be >=0. If the value does not meet the condition the SQL will fail on `spell_proc_chk_1`. + ### Charges If non-zero, overrides amount of aura charges available to proc. Else this value is taken from DBC. |
