From c14c8bed6cfcebddf2c9d12a2581df56e75ab4dd Mon Sep 17 00:00:00 2001 From: ackis Date: Mon, 22 Jun 2009 20:36:36 +0000 Subject: [PATCH] We're gonna get false positives with the belt of archmage. Bleh. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 7d3cc5f..ded8659 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1414,7 +1414,7 @@ do elseif (strmatch(text,"hunter")) then scan_data.Hunter = true scan_data.found_class = true - elseif ((strmatch(text,"mage")) and (strmatch(text,"damage") == nil) and (strmatch(text,"mageweave") == nil)) then + elseif ((strmatch(text,"mage")) and (strmatch(text,"damage") == nil) and (strmatch(text,"mageweave") == nil) and (strmatch(text,"archmage") == nil)) then scan_data.Mage = true scan_data.found_class = true elseif (strmatch(text,"paladin")) then -- 1.7.9.5