Skip to content

Commit

Permalink
2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Feb 3, 2022
1 parent 8a90eb5 commit 267e9be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/ElvUI_EltreumUI_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 90105
## Author: Eltreum
## Version: 2.7.4
## Version: 2.7.5
## Title: |cff1784d1ElvUI|r Eltruism
## Notes: Eltruism is an ElvUI plugin with profiles and other features not available in ElvUI
## Dependencies: ElvUI, AddOnSkins
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/ElvUI_EltreumUI_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 20503
## Author: Eltreum
## Version: 2.7.4
## Version: 2.7.5
## Title: |cff1784d1ElvUI|r Eltruism TBC
## Notes: Eltruism is an ElvUI plugin with profiles and other features not available in ElvUI
## Dependencies: ElvUI, AddOnSkins
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 11401
## Author: Eltreum
## Version: 2.7.4
## Version: 2.7.5
## Title: |cff1784d1ElvUI|r Eltruism Classic
## Notes: Eltruism is an ElvUI plugin with profiles and other features not available in ElvUI
## Dependencies: ElvUI, AddOnSkins
Expand Down
2 changes: 0 additions & 2 deletions ElvUI_EltreumUI/Modules/Skins/ExpandedTalents.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
local ElvUI_EltreumUI, E, L, V, P, G = unpack(select(2, ...))
local _G = _G
local IsAddOnLoaded = _G.IsAddOnLoaded
local LoadAddOn = _G.LoadAddOn

function ElvUI_EltreumUI:ExpandedTalents()
--Reskin Blizzard Talent frame for TBC
Expand Down
8 changes: 4 additions & 4 deletions ElvUI_EltreumUI/Modules/Skins/Shadows.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1004,11 +1004,11 @@ hooksecurefunc(AB, 'StyleButton', ElvUI_EltreumUI.ActionBarShadows) --action ba
benik's statusbar tooltip method, basically the same
local TT = E:GetModule('Tooltip')
function ElvUI_EltreumUI:TooltipStatusbarShadow(tt)
if not tt.StatusBar then return end
if not tt.StatusBar then return end
if not tt.StatusBar.backdrop.shadow then
tt.StatusBar.backdrop:CreateShadow()
end
if not tt.StatusBar.backdrop.shadow then
tt.StatusBar.backdrop:CreateShadow()
end
end
hooksecurefunc(TT, "GameTooltip_SetDefaultAnchor", ElvUI_EltreumUI.TooltipStatusbarShadow)
]]

0 comments on commit 267e9be

Please sign in to comment.