From 4323eba841e0ed52ee5eba12a39633295eb84b2f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 28 Mar 2021 13:08:25 +0200 Subject: chore(spell_proc): update info (#416) --- docs/spell_proc.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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. -- cgit