Quantcast

Handle feral AP

Kevin Lyles [02-19-10 - 03:12]
Handle feral AP
Filename
Regexps.lua
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 = {