Removed block value completely
Kevin Lyles [07-22-13 - 00:59]
Removed block value completely
diff --git a/Locales/enUS/patterns-generic.lua b/Locales/enUS/patterns-generic.lua
index 10fb2c1..a7b0152 100644
--- a/Locales/enUS/patterns-generic.lua
+++ b/Locales/enUS/patterns-generic.lua
@@ -9,7 +9,6 @@ local GenericMatchLines = {
local GenericPreprocessLines = {
{" resist all$", " all resistances"},
- {" block$", " block value"},
-- random enchant id 1470
{" resist shadow$", " shadow resistance"},
{" to all ", " all "},
diff --git a/Locales/enUS/patterns.lua b/Locales/enUS/patterns.lua
index 3566829..496044e 100644
--- a/Locales/enUS/patterns.lua
+++ b/Locales/enUS/patterns.lua
@@ -320,7 +320,6 @@ ww_SingleStatLines = {
{"cooldownUseEffect", "elixir", "enchant", "equipEffect", "food", "generic", "socketBonus"},
},
{"^([+-]?%d+) (%a+ resistances?)$", WeightsWatcher.statNumFirst, {"cooldownUseEffect", "elixir", "enchant", "equipEffect", "generic", "useEffect"}},
- {"^([+-]?%d+) (block value)$", WeightsWatcher.statNumFirst, {"generic"}},
-- random suffix enchants
{"^([+-]?%d+) (%a+ spell damage)$", WeightsWatcher.statNumFirst, {"cooldownUseEffect", "generic"}},
{"^([+-]?%d+) health [ep]v?ery? 5 seco?n?d?s?%.?$",