diff --git a/InnerFireWatch_WotLK.lua b/InnerFireWatch_WotLK.lua index 860bb52..2a08c1e 100644 --- a/InnerFireWatch_WotLK.lua +++ b/InnerFireWatch_WotLK.lua @@ -188,7 +188,7 @@ local function BuildTrackers() table.insert(trackers, { label = "Water Shield", name = "Water Shield", active = false }) table.insert(trackers, { label = "Earth Shield", name = "Earth Shield", active = false }) elseif classToken == "MAGE" then - table.insert(trackers, { label = "Arcane Intellect", name = "Arcane Intellect", active = false }) + table.insert(trackers, { label = "Frost Armor", name = "Frost Armor", active = false }) table.insert(trackers, { label = "Ice Armor", name = "Ice Armor", active = false }) table.insert(trackers, { label = "Mage Armor", name = "Mage Armor", active = false }) end diff --git a/InnerFireWatch_WotLK.toc b/InnerFireWatch_WotLK.toc index 7216b4b..8bdd88a 100644 --- a/InnerFireWatch_WotLK.toc +++ b/InnerFireWatch_WotLK.toc @@ -2,7 +2,7 @@ ## Title: InnerFireWatch ## Notes: Alerts when tracked buffs expire on WoW 3.3.5 / Epoch and includes a small options window. ## Author: Olzon -## Version: 2.0.2 +## Version: 2.0.4 ## SavedVariables: InnerFireWatchDB InnerFireWatch_WotLK.lua diff --git a/README.md b/README.md index b57e4a6..f0e99df 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ WoW 3.3.5 / Epoch addon that alerts when tracked buffs expire. - Earth Shield ### Mage -- Arcane Intellect +- Frost Armor - Ice Armor - Mage Armor