Skillet-Classic

Skillet-Classic

445k Downloads

Enchantment UI tooltip incorrectly says "itemID" instead of "spellID"

matthewhively opened this issue ยท 2 comments

commented

Minor glitch, but it pointed me in the wrong direction when trying to locate the correct skill level information in wowhead.
NOTE: always present even with enchanting recipes that actually do create items (such as lesser magic wand)
skillet-bug

commented

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
commented

This is fixed in Skillet-Classic-1.31-alpha3