View Single Post
10-29-16, 03:04 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
The error is telling you exactly what's wrong. The values are being passed to the GetSpellCooldown function do not identify a valid spell to check.

If you're calling this function yourself in a Lua code snippet, check for typos or other problems with the values you're passing it, and/or post the actual snippet.

If you're not calling it yourself, check the names or IDs you've entered for any spells anywhere, and make sure they match exactly what's shown in your spellbook.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote