Enchantment UI tooltip incorrectly says "itemID" instead of "spellID"
matthewhively opened this issue ยท 2 comments
I'll fix this in the next build but for now add after line 1493 in ...\UI\MainFrame.lua
:
if Skillet.isCraft then
text = string.format("spellID= %d",recipe.itemID)
end