Mercurial > wow > reagentmaker
diff ReagentMaker.lua @ 77:cd36938d2a48
Add a button to put enchants directly on a scroll
author | contrebasse |
---|---|
date | Sat, 14 May 2011 23:54:02 +0200 |
parents | 9d487333bf10 |
children | 31009ddc7d31 |
line wrap: on
line diff
--- a/ReagentMaker.lua Sat May 14 21:30:56 2011 +0200 +++ b/ReagentMaker.lua Sat May 14 23:54:02 2011 +0200 @@ -96,9 +96,13 @@ btn.label = label end -- for + -- Secondary Tooltip A.tooltipRecipe = CreateFrame("GameTooltip", "ReagentMaker_tooltipRecipe",UIParent, "GameTooltipTemplate") A.tooltipRecipe:SetFrameStrata("TOOLTIP") A.tooltipRecipe:Hide() + + -- Button for enchanting directy on a scroll + A.LoadEnchantOnScroll() end -- function -- Function run after selecting a item in the tradeskill window