Mercurial > wow > reagentmaker
comparison utils.lua @ 47:08dfba564a6e v1.0beta1
Hide the tradeskill not found error
author | contrebasse |
---|---|
date | Sat, 30 Apr 2011 01:32:15 +0200 |
parents | 00c2282f073a |
children | 60871b43531d |
comparison
equal
deleted
inserted
replaced
46:40d6886d1966 | 47:08dfba564a6e |
---|---|
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("Tradeskill not found for "..itemID..", is the recipe hidden ?") |
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 |