From bd350c2ebe6bb71f5e513f21953dc3ab57a72e98 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Thu, 18 Feb 2010 21:12:53 -0600 Subject: [PATCH] Handle feral AP --- Regexps.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Regexps.lua b/Regexps.lua index 5955ec9..301da9a 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -213,6 +213,12 @@ SingleStatLines = { end}, {"^([+-]?%d+) (all stats)$", WeightsWatcher.statNumFirst}, {"^([+-]?%d+) to (all stats)$", WeightsWatcher.statNumFirst}, + + -- druid only + {"^increases attack power by (%d+) in cat, bear, dire bear, and moonkin forms only%.$", + function(text, pattern) + return WeightsWatcher.singleStatValueOnly(text, pattern, "feral attack power") + end}, } ItemInfoLines = { -- 1.7.9.5