From 2dce744015e089cc48c567886f6dc2c7db1ba5ae Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sat, 17 Oct 2009 17:41:42 -0500 Subject: [PATCH] Added health to the list of weights used in the config dialog, made maximum health convert to health --- Regexps.lua | 1 + config.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/Regexps.lua b/Regexps.lua index 3ea816d..3c4d873 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -13,6 +13,7 @@ Preprocess = { {"(%d+) to (%a)", "%1 %2"}, {"^Use: .*%. If you spend at least %d+ seconds eating you will become well fed and gain ([%a%d][%a%d, ]+) for .*%.", "%1"}, {"Cat, Bear, Dire Bear, and Moonkin forms", "Cat/Bear/Dire Bear/Moonkin forms"}, + {"maximum health", "health"}, } IgnoredLines = { diff --git a/config.lua b/config.lua index 5dc788b..917f0bd 100644 --- a/config.lua +++ b/config.lua @@ -133,6 +133,7 @@ trackedStats = { "Haste Rating", "Hit Rating", "Resilience Rating", + "Health", }, ["Tanking"] = { "Defense Rating", -- 1.7.9.5