comparison utils.lua @ 71:4f9fd025112b

Correct Localization
author contrebasse
date Sat, 14 May 2011 20:23:41 +0200
parents 32ec6417874a
children a77fd9d06ba4
comparison
equal deleted inserted replaced
70:32ec6417874a 71:4f9fd025112b
63 if ID and ID == itemID then 63 if ID and ID == itemID then
64 return i 64 return i
65 end -- if 65 end -- if
66 end -- if 66 end -- if
67 end -- for 67 end -- for
68 --A.Error(L["Tradeskill not found for %d, is the recipe hidden ?"]:format(itemID)) 68 --A.Error(A.L["Tradeskill not found for %d, is the recipe hidden ?"]:format(itemID))
69 end -- function 69 end -- function
70 end -- do 70 end -- do
71 71
72 72
73 -- Taken from Datastore_Crafts 73 -- Taken from Datastore_Crafts