diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-03-28 13:08:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-28 13:08:25 +0200 |
| commit | 4323eba841e0ed52ee5eba12a39633295eb84b2f (patch) | |
| tree | 71bb100b4222a73b65c2e57019d423894791b026 /docs | |
| parent | b290115b8268e5c1bd140e0b2e8349e1a1ed4fa7 (diff) | |
| download | wiki-4323eba841e0ed52ee5eba12a39633295eb84b2f.tar.gz wiki-4323eba841e0ed52ee5eba12a39633295eb84b2f.tar.bz2 wiki-4323eba841e0ed52ee5eba12a39633295eb84b2f.zip | |
chore(spell_proc): update info (#416)
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. |
