Mercurial > wow > reagentmaker
comparison utils.lua @ 43:00c2282f073a v1.0beta0
More fancy errors !
author | contrebasse |
---|---|
date | Sat, 30 Apr 2011 00:07:41 +0200 |
parents | aa2f6965c0f6 |
children | 08dfba564a6e |
comparison
equal
deleted
inserted
replaced
42:d74613eb5f72 | 43:00c2282f073a |
---|---|
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.DEBUG("Tradeskill not found for "..itemID) | 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 |