Skip to content

Commit

Permalink
maybe its the raid one
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Oct 10, 2023
1 parent b5a833b commit 5facc2d
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,RAID,ELTREUMUI")
E:CreateMover(_G.RaidUtility_ShowButton, "MoverRaidUtility", "Raid Utility", nil, nil, nil, "ALL,ELTREUMUI")
end
end

Expand Down

0 comments on commit 5facc2d

Please sign in to comment.