View Single Post
02-25-15, 02:33 PM   #5
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
If you just would like to get rid of the error then changing line 637 to
Lua Code:
  1. for index = 1, (string.len(itemSpellID[itemCatagory] or 0) / 6) do
probably could fix it.
  Reply With Quote