Skip to content

Commit 61bbea9

Browse files
committed
Add Evoker essence frame to the hider
1 parent 370f456 commit 61bbea9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.luacheckrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ read_globals = {
153153
"CompactRaidFrameManager",
154154
"DebuffFrame",
155155
"DEFAULT_CHAT_FRAME",
156+
"EssencePlayerFrame",
156157
"FocusFrame",
157158
"FocusFrameToT",
158159
"GameTooltip",

ShadowedUnitFrames.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ function ShadowUF:HideBlizzardFrames()
774774
end
775775

776776
if( self.db.profile.hidden.playerPower and not active_hiddens.playerPower ) then
777-
basicHideBlizzardFrames(RuneFrame, WarlockPowerFrame, MonkHarmonyBarFrame, PaladinPowerBarFrame, MageArcaneChargesFrame)
777+
basicHideBlizzardFrames(RuneFrame, WarlockPowerFrame, MonkHarmonyBarFrame, PaladinPowerBarFrame, MageArcaneChargesFrame, EssencePlayerFrame)
778778
end
779779

780780
if( self.db.profile.hidden.pet and not active_hiddens.pet ) then

0 commit comments

Comments
 (0)