Handle sets larger than 9 (just future-proofing)
Kevin Lyles [01-04-14 - 04:52]
Handle sets larger than 9 (just future-proofing)
diff --git a/Locales/enUS/patterns.lua b/Locales/enUS/patterns.lua
index 4fdf185..3a42ca7 100644
--- a/Locales/enUS/patterns.lua
+++ b/Locales/enUS/patterns.lua
@@ -79,7 +79,7 @@ ww_IgnoredLines = {
"^$",
"^ [^ ]",
"^classes: ",
- "^%a[%a' -]+ %(%d/%d%)$", -- Set names
+ "^%a[%a' -]+ %(%d+/%d+%)$", -- Set names
"^\".+\"$",
"^\n",
"^use: teaches you how to [a-oq-z]%a+ ", -- Profession items
@@ -164,7 +164,7 @@ ww_TempIgnoredLines = {
}
ww_UnweightedLines = {
- "^%(%d%) set: ",
+ "^%(%d+%) set: ",
"^set: ", -- In-game only (set bonus that you have enough pieces for)
"chance t?on? ",
"cooldown", -- Use effects that have a cooldown