From ef51db848c98cdaa94860ef2e370eb7344cfca3d Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Thu, 18 Feb 2010 19:41:15 -0600 Subject: [PATCH] Handle dps --- Regexps.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Regexps.lua b/Regexps.lua index 632dfc3..70c8820 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -197,6 +197,11 @@ MultipleStatLines = { } SingleStatLines = { + {"^%((%d+%.?%d*) damage per second%)$", + function(text, pattern) + return WeightsWatcher.singleStatValueOnly(text, pattern, "dps") + end + }, } ItemInfoLines = { -- 1.7.9.5