Skip to content

Commit

Permalink
Merge pull request #164 from nickbock/10.2.5-1
Browse files Browse the repository at this point in the history
10.2.5 1
  • Loading branch information
nickbock authored Jan 17, 2024
2 parents 09f5c5d + cffb586 commit fcc2db3
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 359 deletions.
4 changes: 2 additions & 2 deletions ElvUI_Enhanced.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100200
## Interface: 100205
## Title: |cff1784d1ElvUI|r Enhanced Again
## Author: Tevoll
## Version: 4.2.6
## Version: 4.2.7
## Notes: Plugin-Enhancements for |cff1784d1ElvUI|r.
## X-Category: Plugins
## URL: https://www.curseforge.com/wow/addons/elvui-enhanced-again
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_Enhanced_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 30403
## Title: |cff1784d1ElvUI|r Enhanced Again Wrath
## Author: Tevoll
## Version: 4.2.6
## Version: 4.2.7
## Notes: Plugin-Enhancements for |cff1784d1ElvUI|r.
## X-Category: Plugins
## URL: https://www.curseforge.com/wow/addons/elvui-enhanced-again
Expand Down
4 changes: 2 additions & 2 deletions modules/maps/minimapbuttons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ function MB:SkinButton(frame)
-- check if the button is a LibDBIcon and if it was hidden:
local libIconName = string.gsub(name,"LibDBIcon10_","")
if (not (libIconName == name)) and LibDBIcon then
print(libIconName)
--print(libIconName)
local libBtn = LibDBIcon:GetMinimapButton(libIconName)
print(libBtn)
--print(libBtn)
if libBtn and libBtn.db and libBtn.db.hide then
return
end
Expand Down
4 changes: 3 additions & 1 deletion modules/tooltip/o_tooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ P["eel"]["progression"] = {
["sanctum"] = false,
["sepul"] = false,
["vault"] = false,
["abberrus"] = true,
["abberrus"] = false,
["amirdrassil"] = true,
},
}

Expand Down Expand Up @@ -105,6 +106,7 @@ local function ConfigTable()
args = {
vault = { order = -37, type = "toggle", name = "Vault of the Incarnates" },
abberrus = { order = -36, type = "toggle", name = "Abberrus, the Shadowed Crucible" },
amirdrassil = { order = -35, type = "toggle", name = "Amirdrassil, the Dream's Hope" },
}
}
},
Expand Down
Loading

0 comments on commit fcc2db3

Please sign in to comment.