Mercurial > wow > reagentmaker
changeset 87:6a91e19275c8 v1.0beta5
Corrent error message
author | contrebasse |
---|---|
date | Sun, 15 May 2011 12:49:07 +0200 |
parents | d571fa85e1b5 |
children | 877a5facf7aa |
files | ReagentMaker.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ReagentMaker.lua Sun May 15 12:46:22 2011 +0200 +++ b/ReagentMaker.lua Sun May 15 12:49:07 2011 +0200 @@ -129,7 +129,7 @@ -- If only one recipe is known for the reagent, use it if #(A.data[reagentID]) == 1 and not A.data[reagentID][1].macro then if A.data[reagentID][1].spellName ~= GetTradeSkillLine() then - A.Error(A.L["The recipe to make this reagent is in another tradeskill. Currently RagentMaker can not manage such a case, sorry."]) + A.Error(A.L["The recipe to make this reagent is in another tradeskill. Currently ReagentMaker can not manage such a case, sorry."]) return end