Add files via upload

This commit is contained in:
totalllyswede
2026-04-28 02:16:33 -07:00
committed by GitHub
parent 9d64189e04
commit a440c7762f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ local function BuildTrackers()
table.insert(trackers, { label = "Water Shield", name = "Water Shield", active = false }) table.insert(trackers, { label = "Water Shield", name = "Water Shield", active = false })
table.insert(trackers, { label = "Earth Shield", name = "Earth Shield", active = false }) table.insert(trackers, { label = "Earth Shield", name = "Earth Shield", active = false })
elseif classToken == "MAGE" then 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 = "Ice Armor", name = "Ice Armor", active = false })
table.insert(trackers, { label = "Mage Armor", name = "Mage Armor", active = false }) table.insert(trackers, { label = "Mage Armor", name = "Mage Armor", active = false })
end end
+1 -1
View File
@@ -2,7 +2,7 @@
## Title: InnerFireWatch ## Title: InnerFireWatch
## Notes: Alerts when tracked buffs expire on WoW 3.3.5 / Epoch and includes a small options window. ## Notes: Alerts when tracked buffs expire on WoW 3.3.5 / Epoch and includes a small options window.
## Author: Olzon ## Author: Olzon
## Version: 2.0.2 ## Version: 2.0.4
## SavedVariables: InnerFireWatchDB ## SavedVariables: InnerFireWatchDB
InnerFireWatch_WotLK.lua InnerFireWatch_WotLK.lua
+1 -1
View File
@@ -24,7 +24,7 @@ WoW 3.3.5 / Epoch addon that alerts when tracked buffs expire.
- Earth Shield - Earth Shield
### Mage ### Mage
- Arcane Intellect - Frost Armor
- Ice Armor - Ice Armor
- Mage Armor - Mage Armor