Skip to content

Commit

Permalink
add raid back in
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Oct 10, 2023
1 parent 5facc2d commit 73d3d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Core/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function ElvUI_EltreumUI:Anchors()

if E.private.general.raidUtility then
if _G.RaidUtility_ShowButton then
E:CreateMover(_G.RaidUtility_ShowButton, "MoverRaidUtility", "Raid Utility", nil, nil, nil, "ALL,ELTREUMUI")
E:CreateMover(_G.RaidUtility_ShowButton, "MoverRaidUtility", "Raid Utility", nil, nil, nil, "ALL,RAID,ELTREUMUI")
end
end

Expand Down

0 comments on commit 73d3d65

Please sign in to comment.