Mercurial > wow > reagentmaker
comparison ReagentMaker.lua @ 8:17844b0b88c1
Finish disabling the reagent's reagent tooltip, and fill some data about prospection (unfinished)
author | contrebasse |
---|---|
date | Sat, 02 Apr 2011 22:11:51 +0200 |
parents | 28d5f1fbd33f |
children | 5eb02d3e1647 |
comparison
equal
deleted
inserted
replaced
7:28d5f1fbd33f | 8:17844b0b88c1 |
---|---|
216 | 216 |
217 function A.btnLeft(btn) | 217 function A.btnLeft(btn) |
218 btn.textureHighlight:Hide() | 218 btn.textureHighlight:Hide() |
219 btn.label:Hide() | 219 btn.label:Hide() |
220 A.tooltipRecipe:Hide() | 220 A.tooltipRecipe:Hide() |
221 A.tooltipReagent:Hide() | 221 --A.tooltipReagent:Hide() |
222 end | 222 end |