From 2f8283e2ea443d86c80687fe75a6ed6e8d68f456 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Fri, 3 Jan 2014 22:52:21 -0600 Subject: [PATCH] Handle sets larger than 9 (just future-proofing) --- Locales/enUS/patterns.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5