changeset 47:08dfba564a6e v1.0beta1

Hide the tradeskill not found error
author contrebasse
date Sat, 30 Apr 2011 01:32:15 +0200
parents 40d6886d1966
children d1ec4478a72c
files utils.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.lua	Sat Apr 30 01:31:19 2011 +0200
+++ b/utils.lua	Sat Apr 30 01:32:15 2011 +0200
@@ -67,7 +67,7 @@
 				end -- if
 			end -- if
 		end -- for
-		A.Error("Tradeskill not found for "..itemID..", is the recipe hidden ?")
+		--A.Error("Tradeskill not found for "..itemID..", is the recipe hidden ?")
 	end -- function
 end -- do