From a440c7762f326e788fcfebeaafb776f5ab2e9ad6 Mon Sep 17 00:00:00 2001 From: totalllyswede Date: Tue, 28 Apr 2026 02:16:33 -0700 Subject: [PATCH] Add files via upload --- InnerFireWatch_WotLK.lua | 2 +- InnerFireWatch_WotLK.toc | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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