From 9b37d75fcb8b4ca8128494c61d689b3a99375695 Mon Sep 17 00:00:00 2001 From: torhal Date: Mon, 22 Jun 2009 20:22:24 +0000 Subject: [PATCH] Added a check for mageweave so items weren't flagged as being mage-only in the tooltip scan. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index ca28ada..722daf9 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 then + elseif (strmatch(text,"mage")) and strmatch(text,"damage") == nil and strmatch(text, "mageweave") == nil then scan_data.Mage = true scan_data.found_class = true elseif (strmatch(text,"paladin")) then -- 1.7.9.5