Skillet-Classic

Skillet-Classic

445k Downloads

Missing ingredients for some alchemy recipes

danez opened this issue ยท 3 comments

commented

In wow classic era, some alchemy recipes have missing ingredients.

Examples:
Missing Ghost Mushroom and Crystal Vial in both recipes:
Screenshot 2024-02-28 at 11 25 29

Screenshot 2024-02-28 at 11 25 36

I tried looking through the code, but couldn't find out where the data is coming from.

commented

Skillet-Classic gets the recipe reagents through the Blizzard API (running on the client). The Blizzard API gets its data from the server. Unfortunately, there's no Blizzard API function to verify that the client has all the data from the server. Closing and reopening Skillet-Classic usually fixes this issue (and then it will be good for the rest of the session).

commented

Skillet-Classic-1.83-alpha5 contains code that should detect this issue. It does not yet contain code that can recover so you will still have to close and reopen Skillet-Classic.

commented

Reopen this issue (or start a new one) if this is still a problem.