ceylina opened this issue 9 years ago ยท 1 comments
local _, _, _, _, _, _, _, _, _, _, _ itemClassID, itemSubClassID = GetItemInfo( itemLink )
Should it not be
local _, _, _, _, _, _, _, _, _, _, _, itemClassID, itemSubClassID = GetItemInfo( itemLink )
a comma after that last underscore
Fixed.