HizurosWoWAddOns / Broker_Everything

A collection of module to display informations about own character, friends, guild and more on minimap or panel addons like Bazooka, ChcolateBar, TitanPanel and more.
GNU General Public License v3.0
10 stars 6 forks source link

Error since 10.2.6 #44

Closed zaphon closed 6 months ago

zaphon commented 6 months ago

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).

https://github.com/HizurosWoWAddOns/Broker_Everything/blob/8e01acfebb0216a3f92f895b98618f1004bb8c1d/shared.lua#L1133

NoShotz commented 6 months ago

Yep, getting this too.