Mercurial > wow > reagentmaker
diff data.lua @ 98:b980c00affcd
Added a button to cast a campfire
I got a problem with newlines and merging with a non-Mercurial repository, I hope noting broke...
author | contrebasse |
---|---|
date | Fri, 20 May 2011 18:32:43 +0200 |
parents | c369a2e16ab6 |
children | 618163a6d970 |
line wrap: on
line diff
--- a/data.lua Fri May 20 00:54:15 2011 +0200 +++ b/data.lua Fri May 20 18:32:43 2011 +0200 @@ -76,6 +76,7 @@ -- reagent ID reagentID = A.link2ID(GetTradeSkillReagentItemLink(i, 1)) + -- reagent number needed reagentCount = select(3,GetTradeSkillReagentInfo(i, 1)) end @@ -125,8 +126,6 @@ end -- if end -- if end -- for - - zzz = A.data -- the scanning is complete return true end -- function