From 8c5b0fd0c0a0b398762e84912e3b59d7839c80c0 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Mon, 3 May 2010 16:33:48 -0500 Subject: [PATCH] Pattern cleanup, no functional difference --- Regexps.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Regexps.lua b/Regexps.lua index 63ddb51..ede71e6 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -89,7 +89,6 @@ local FoodAffixes = { "^set out a bountiful feast to feed a very hungry party%. +", "^restores %d+%%? %a+ over %d+ sec%. *", "^restores %d+%%? health and %d*%%? ?mana over %d+ sec%. *", - "^restores %d+%%? health and %d*%%? ?mana every sec for %d+ sec%. *", "^restores %d+ %a+ over %d+ sec, but at a cost%. +", "^must remain seated while %a+ing%. +", "^if you spend at least %d+ seco?n?d?s? %a+ing you will become \"?well fed\"? and +", @@ -140,7 +139,7 @@ local EquipStatsPreprocessLines = { local EquipStatsAffixes = { "^equip: +", - "^increases ", + "^increases +", "^improves +", "^restores +", "^your +", -- 1.7.9.5