Quantcast

We're gonna get false positives with the belt of archmage. Bleh.

ackis [06-22-09 - 20:36]
We're gonna get false positives with the belt of archmage. Bleh.
Filename
ARLDatamine.lua
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