From 4f137458aad1894d2de33f97fb8687f14a0f5a73 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Thu, 7 Jan 2010 01:11:26 -0600 Subject: [PATCH] fixed shield block value, "x Block" (on shields), and shield block rating --- Regexps.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Regexps.lua b/Regexps.lua index 9f5a693..b8d9bee 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -15,6 +15,9 @@ Preprocess = { ["Cat, Bear, Dire Bear, and Moonkin forms"] = "Cat/Bear/Dire Bear/Moonkin forms", ["maximum health"] = "health", ["Mana every 5 seconds"] = "MP5", + ["the block value of your shield"] = "block value", + ["shield block rating"] = "block rating", + ["Block$"] = "block value", } IgnoredLines = { -- 1.7.9.5