Mercurial > wow > reagentmaker
diff data.lua @ 110:d60d6b4cab0c
Tradeskill in external window should now be functional
author | contrebasse |
---|---|
date | Thu, 02 Jun 2011 18:23:42 +0200 |
parents | 618163a6d970 |
children | e6bb47c6d8d6 |
line wrap: on
line diff
--- a/data.lua Thu Jun 02 14:12:49 2011 +0200 +++ b/data.lua Thu Jun 02 18:23:42 2011 +0200 @@ -121,16 +121,12 @@ -- Cache the data if addSpell then local spell = {reagentID,reagentCount,minMade,maxMade} - spell.spellName = tradeskillName + spell.skillName = skillName + spell.tradeskillName = tradeskillName spell.spellLink = recipeLink spell.header = lastHeader tinsert(A.data[itemID],spell) end - - --else -- Zap incomplete recipes, they will be scanned later - --@debug@ - --print("Erreur de scan :",itemID,reagentID,reagentCount,minMade,maxMade,recipeLink) - --@end-debug@ end -- if end -- if end -- for