Add the enchanting "spells" as well as formulas?
kristianronningen opened this issue · 1 comments
I just noticed now when building a list of professions for my guild, that the items that are really spells, are not present in data.json.
E.g. "Formula: Enchant Boots - Spirit" is present with itemId 16220, but "Enchant Boots - Spirit" with id 20024 is not. This also means I lose out on the very handy list of reagents. Enchanting is the only profession I checked, but there might be similar cases for other professions. Is it possible that this information can be added?
Would be nice if this could be looked into for wotlk. Noticed this happens with many other items like leatherworking for armor kits. Would it be possible to retrieve all the craftable items from the profession spell tables and insert them into the matching items as I think all the spells include the reagent info but not all item id's do?
Example of the spell table filtered by profession which include all the reagent info:
https://www.wowhead.com/wotlk/spells/professions/
Edit: actually the leatherworking items that are missing reagents for crafting data are due to the current build not having been updated in a while as wowhead has the crafting data for those and running the build command again includes the missing crafting data.