From 41b938f84810d7fbd760e7e2cc9aaaff4846579a Mon Sep 17 00:00:00 2001 From: Anthony Narkevicius Date: Mon, 27 Feb 2023 12:05:26 -0800 Subject: [PATCH] fix bar paging for stealth COA classes (#33) --- ElvUI/Settings/Profile.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ElvUI/Settings/Profile.lua b/ElvUI/Settings/Profile.lua index c52e6c7..dec63dc 100644 --- a/ElvUI/Settings/Profile.lua +++ b/ElvUI/Settings/Profile.lua @@ -4204,6 +4204,10 @@ P.actionbar = { showGrid = true, paging = { HERO = "[bonusbar:1,nostealth] 7; [bonusbar:1,stealth] 8; [bonusbar:2] 8; [bonusbar:3] 9; [bonusbar:4] 10;", + RANGER = "[stealth] 7; [nostealth] 1;", + REAPER = "[stealth] 7; [nostealth] 1;", + SPIRITMAGE = "[stealth] 7; [nostealth] 1;", + PROPHET = "[stealth] 7; [nostealth] 1;", }, visibility = "" },