Quantcast

We won't think engineeRING bags are rings now eh.

ackis [07-14-09 - 18:11]
We won't think engineeRING bags are rings now eh.
Filename
ARLDatamine.lua
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