From 6e0bb5caf0c411c19b41e65d4d255664630f833c Mon Sep 17 00:00:00 2001 From: pompachomp Date: Wed, 22 Jul 2009 01:37:03 +0000 Subject: [PATCH] added a check in the ring check to make sure "herring" isn't detected as the ring flag missing. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index b1d1ead..1356d1f 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1504,7 +1504,7 @@ do 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) and (strmatch(text,"engineering") == nil)) then + and (strmatch(text,"requires") == nil) and (strmatch(text,"engineering") == nil) and (strmatch(text,"herring") == nil)) then scan_data.Ring = true elseif (strmatch(text,"necklace")) then scan_data.Necklace = true -- 1.7.9.5