From b93d34703487467e352d4fb62a6ed8cdcd66bee7 Mon Sep 17 00:00:00 2001 From: ackis Date: Mon, 22 Jun 2009 21:30:20 +0000 Subject: [PATCH] Revert the cloth fix, will have to do more testing. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 0730866..b4d595b 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1437,7 +1437,7 @@ do scan_data.found_class = true -- Armor types -- Check the end of the item for cloth and leather because we can craft something with those items in it - elseif (strmatch(text,"$cloth$")) then + elseif (strmatch(text,"cloth$")) then scan_data.Cloth = true elseif (strmatch(text,"leather$")) then scan_data.Leather = true -- 1.7.9.5