From 88cb87e0ca6fc518deb9d98556eb8cce2685dc16 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sat, 2 Mar 2013 19:30:44 -0600 Subject: [PATCH] Moved some patterns to more appropriate lists --- Locales/enUS/patterns.lua | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/Locales/enUS/patterns.lua b/Locales/enUS/patterns.lua index 4cbfeb9..d658959 100644 --- a/Locales/enUS/patterns.lua +++ b/Locales/enUS/patterns.lua @@ -102,13 +102,6 @@ ww_IgnoredLines = { "^thrown$", "^crystal of fear$", - -- Gear modifiers - "^elite$", - "^heroic elite$", - "^heroic thunderforged$", - "^season ", - "^thunderforged$", - -- TODO: add these for ALL professions "^cooking ingredient$", "^crafting material$", @@ -161,6 +154,12 @@ ww_IgnoredLines = { "^zul'aman$", "^zul'drak$", "^zul'gurub$", + + --Promoted from temp ignore list + "^%d+ slot ", + -- Profession items + "^use: teaches you how to [a-oq-z]%a+ ", + "^use: teaches you how to p[a-df-z]%a+ ", } ww_TempIgnoredLines = { @@ -169,11 +168,7 @@ ww_TempIgnoredLines = { "^use: restores %d+ to %d+ %a+ every .* for ", -- "^use: restores %d+ to %d+ %a+.[^0-9]*$", "^use: teaches .* %(rank %d+%)%.$", - "^%d+ slot ", "^use: heals %d+ damage over %d+ sec%.$", - -- Profession patterns - "^use: teaches you how to [a-oq-z]%a+ ", - "^use: teaches you how to p[a-df-z]%a+ ", } ww_UnweightedLines = { @@ -640,9 +635,12 @@ ww_ItemInfoLines = { "^binds ", "^unique", "^soulbound$", - "^heroic$", + "^heroic", "^quest item$", + "^season ", "^raid finder$", + "^thunderforged$", + "^elite$", } ww_DoubleSlotLines = { -- 1.7.9.5