View Single Post
04-26-16, 06:37 AM   #15
galvin
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 265
Since you're parsing spellID from a string. The spellID will be of type string. and you'll have to turn it into a number by doing tonumber(SpellID). Found this out yesterday why it wasn't finding the spell in my table after an hour.