Quantcast

actually fix the mana restoration check.

pompachomp [11-05-09 - 01:28]
actually fix the mana restoration check.
Filename
ARLDatamine.lua
diff --git a/ARLDatamine.lua b/ARLDatamine.lua
index a753fa3..18c80d3 100644
--- a/ARLDatamine.lua
+++ b/ARLDatamine.lua
@@ -2001,7 +2001,7 @@ do
 					scan_data.caster = true
 					scan_data.healer = false
 					scan_data.verifiedclass = true
-				elseif (strmatch(text, "mana per 5 sec.")) then
+				elseif (strmatch(text, "mana per 5 sec.") or (strmatch(text, "mana every 5 seconds"))) then
 					scan_data.dps = false
 					scan_data.tank = false
 					scan_data.caster = true