b-morgan / Skillet-Classic

World of Warcraft Classic addon
GNU General Public License v3.0
6 stars 6 forks source link

Missing ingredients for some alchemy recipes #165

Closed danez closed 6 months ago

danez commented 8 months ago

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.

b-morgan commented 8 months ago

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

b-morgan commented 8 months ago

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.

b-morgan commented 6 months ago

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