Mercurial > wow > reagentmaker
comparison ReagentMaker.lua @ 103:c8d527a9fb3a v1.0beta11
Better manage combat and secure buttons
| author | contrebasse | 
|---|---|
| date | Sat, 21 May 2011 14:19:33 +0200 | 
| parents | 060f5d0f7a35 | 
| children | d64a19e5a47d | 
   comparison
  equal
  deleted
  inserted
  replaced
| 102:e74ed53097d7 | 103:c8d527a9fb3a | 
|---|---|
| 110 A.tooltipRecipe:SetFrameStrata("TOOLTIP") | 110 A.tooltipRecipe:SetFrameStrata("TOOLTIP") | 
| 111 A.tooltipRecipe:Hide() | 111 A.tooltipRecipe:Hide() | 
| 112 | 112 | 
| 113 -- Button for enchanting directy on a scroll | 113 -- Button for enchanting directy on a scroll | 
| 114 A.LoadEnchantOnScroll() | 114 A.LoadEnchantOnScroll() | 
| 115 | |
| 116 -- Button to cast a campfire | |
| 117 A.InitialiseCampFireBtn() | |
| 118 end -- function | 115 end -- function | 
| 119 | 116 | 
| 120 -- Function run after selecting a item in the tradeskill window | 117 -- Function run after selecting a item in the tradeskill window | 
| 121 function A.ProcessReagent(btn, ...) | 118 function A.ProcessReagent(btn, ...) | 
| 122 | 119 | 
