Mercurial > wow > reagentmaker
diff SecureMenu.lua @ 85:996aaa818d04 v1.0beta4
Clarify error message with cross-tradeskill, and clarify the use of GetTradeSkillLine() internally
author | contrebasse |
---|---|
date | Sun, 15 May 2011 12:45:52 +0200 |
parents | 9d487333bf10 |
children | c369a2e16ab6 |
line wrap: on
line diff
--- a/SecureMenu.lua Sun May 15 12:12:18 2011 +0200 +++ b/SecureMenu.lua Sun May 15 12:45:52 2011 +0200 @@ -339,7 +339,7 @@ noSkipped = menuAddItem(reagent.macro,itemID,reagent) and noSkipped else -- Standard tradeskill spell - if reagent.spellID == A.currentTradeSkill then + if reagent.spellName == A.currentTradeSkill then existsValidEntries = true noSkipped = menuAddItem(A.craft,itemID,reagent) and noSkipped end