From 42b23a824caeed032f23063e42c70122f025e019 Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 2 Sep 2009 18:43:58 +0000 Subject: [PATCH] Change mage flag to not detect mageroyal. --- ARLDatamine.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 1d2e0a8..7385168 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1567,7 +1567,10 @@ self:Print("BoP Item") 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) and (strmatch(text, "archmage") == nil)) then + elseif ((strmatch(text, "mage")) and (strmatch(text, "damage") == nil) + and (strmatch(text, "mageweave") == nil) + and (strmatch(text, "archmage") == nil) + and (strmatch(text, "mageroyal") == nil)) then scan_data.Mage = true scan_data.found_class = true elseif (strmatch(text, "paladin")) then -- 1.7.9.5