From 73d3d65e08bc48c1befd5335b5dd975cd29bb2e5 Mon Sep 17 00:00:00 2001 From: Eltreum <30246110+eltreum0@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:56:52 -0300 Subject: [PATCH] add raid back in --- ElvUI_EltreumUI/Core/Core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_EltreumUI/Core/Core.lua b/ElvUI_EltreumUI/Core/Core.lua index f87fb1d9e..51b7b1dca 100644 --- a/ElvUI_EltreumUI/Core/Core.lua +++ b/ElvUI_EltreumUI/Core/Core.lua @@ -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