Mercurial > wow > reagentmaker
comparison utils.lua @ 65:60871b43531d
Add localization
author | contrebasse |
---|---|
date | Fri, 13 May 2011 02:17:52 +0200 |
parents | 08dfba564a6e |
children | 32ec6417874a |
comparison
equal
deleted
inserted
replaced
64:4d0ec5b598d0 | 65:60871b43531d |
---|---|
65 return i | 65 return i |
66 end -- if | 66 end -- if |
67 end -- if | 67 end -- if |
68 end -- if | 68 end -- if |
69 end -- for | 69 end -- for |
70 --A.Error("Tradeskill not found for "..itemID..", is the recipe hidden ?") | 70 --A.Error(L["Tradeskill not found for %d, is the recipe hidden ?"]:format(itemID)) |
71 end -- function | 71 end -- function |
72 end -- do | 72 end -- do |
73 | 73 |
74 | 74 |
75 -- Taken from Datastore_Crafts | 75 -- Taken from Datastore_Crafts |