Broker Everything

Broker Everything

588k Downloads

Error since 10.2.6

zaphon opened this issue ยท 1 comments

commented

Since 10.2.6 launched I'm getting an error on this line below. And looking through the code, I'm not even sure how it worked in 10.2.5 as from what I can tell itemsByID is an array of arrays (by ID as the main array and by sharedSlot as the second array). But this section of code is pulling the array by ID and than trying to reference info.link which is NIL and throws an error (as nothing is ever assigned at this level).

local _, spell = GetItemSpell(info.link);

commented

Yep, getting this too.