From c0e3d6893f885d0ee316b26183e6c22ef928ebc4 Mon Sep 17 00:00:00 2001 From: ackis Date: Tue, 14 Jul 2009 18:11:30 +0000 Subject: [PATCH] We won't think engineeRING bags are rings now eh. --- ARLDatamine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 3860a8f..177d802 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1493,8 +1493,8 @@ do scan_data.Plate = true elseif (strmatch(text,"cloak")) then scan_data.Cloak = true - elseif ((strmatch(text,"ring") or strmatch("finger", text)) - and (strmatch(text,"ring:") == nil) and (strmatch(text,"requires") == nil)) then + elseif ((strmatch(text,"ring") or strmatch("finger", text)) and (strmatch(text,"ring:") == nil) + and (strmatch(text,"requires") == nil) and (strmatch(text,"engineering") == nil)) then scan_data.Ring = true elseif (strmatch(text,"necklace")) then scan_data.Necklace = true -- 1.7.9.5