From d48e7ddb474932130cd3ec037f2d8a8626176144 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Thu, 5 Nov 2009 01:28:51 +0000 Subject: [PATCH] actually fix the mana restoration check. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5