Added health to the list of weights used in the config dialog, made maximum health convert to health
Kevin Lyles [10-17-09 - 22:41]
Added health to the list of weights used in the config dialog, made maximum health convert to health
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",