Revert the cloth fix, will have to do more testing.
ackis [06-22-09 - 21:30]
Revert the cloth fix, will have to do more testing.
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