From 7d7111aaa82005190742547f0f222a0eee911cd9 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Mon, 26 Jul 2010 08:27:47 -0500 Subject: [PATCH] Added increased stealth, mount speed, and professions to tracked stats --- defaults.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/defaults.lua b/defaults.lua index aaa1d0b..942138b 100644 --- a/defaults.lua +++ b/defaults.lua @@ -12,6 +12,8 @@ ww_trackedStats = { "CC Resists/Reductions", "Resistances", "Triggers", + "Professions", + "Miscellaneous", ["General"] = { "Critical Strike Rating", "Haste Rating", @@ -88,6 +90,7 @@ ww_trackedStats = { }, ["PVP"] = { "Chance to Stun Target", + "Increased Stealth", "Minor Run Speed", "Resilience Rating", "Sometimes Heal on your Crits", @@ -119,6 +122,15 @@ ww_trackedStats = { ["Shadow"] = "shadow resistance", }, ["Triggers"] = {}, + ["Professions"] = { + "Fishing", + "Herbalism", + "Mining", + "Skinning", + }, + ["Miscellaneous"] = { + "Mount Speed (Percent)", + }, } ww_triggerGroups = { -- 1.7.9.5