Skip to content

Commit

Permalink
let boss work in wrath
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Nov 7, 2023
1 parent e590ebd commit 8963df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElvUI_EltreumUI/Modules/Skins/Borders/Borders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ function ElvUI_EltreumUI:Borders()
end

--boss
if E.db.ElvUI_EltreumUI.borders.bossborder and E.db.unitframe.units.boss.enable and (not E.Classic and not E.Wrath) then
if E.db.ElvUI_EltreumUI.borders.bossborder and E.db.unitframe.units.boss.enable and not E.Classic then
for i = 1,8 do
local bossmembers = {_G["ElvUF_Boss"..i]}
for _, v in pairs(bossmembers) do
Expand Down Expand Up @@ -1199,7 +1199,7 @@ function ElvUI_EltreumUI:BordersTargetChanged() --does not work whent target of
end
end

if E.db.ElvUI_EltreumUI.borders.bossborder and E.db.unitframe.units.boss.enable and not (E.Classic or E.Wrath) then
if E.db.ElvUI_EltreumUI.borders.bossborder and E.db.unitframe.units.boss.enable and not E.Classic then
for i = 1,8 do
local bossbordername = _G["EltruismBossBorder"..i]
if UnitExists("boss"..i) and bossbordername ~= nil then
Expand Down

0 comments on commit 8963df9

Please sign in to comment.