Skillet-Classic

Skillet-Classic

445k Downloads

Materials list not updating

forlorvan opened this issue ยท 3 comments

commented

image

The materials that is showing in the addon is not actual quantities in game. I have reset the saved variables several times, but does not get updated once reset.

There is also another issue I've noticed is that the recipes don't update correctly. After adding a new recipe the list will show the new recipe name, but link to what was in that position previously.

These issues may be related.

commented

Please add the following line after line 1206 ( Skillet:CalculateCraftableCounts()) in ...\Addons\Skillet-Classic\SkilletData.lua.

Skillet:SortAndFilterRecipes()

and let me know if it fixes both issues. If you don't want to edit the code, I'll get a fixed version out later today.

commented

I haven't been able to test extensively, but that fix is working for both issues.

commented

That line was inadvertently removed between 1.56 and 1.57 so I'm pretty sure that will restore things to their former glory in 1.58.