From 3ced5b716bfc6385c5f7cff34fb2f735cf009dfd Mon Sep 17 00:00:00 2001 From: Matthew Rodrigues <38044816+mattcapazz@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:14:31 -0700 Subject: [PATCH] re-added og classes paging --- ElvUI/Settings/Profile.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ElvUI/Settings/Profile.lua b/ElvUI/Settings/Profile.lua index 8b1986a..ed70c45 100644 --- a/ElvUI/Settings/Profile.lua +++ b/ElvUI/Settings/Profile.lua @@ -4017,12 +4017,15 @@ P.actionbar = { inheritGlobalFade = false, showGrid = true, paging = { + DRUID = "[bonusbar:1,nostealth] 7; [bonusbar:1,stealth] 8; [bonusbar:2] 8; [bonusbar:3] 9; [bonusbar:4] 10;", HERO = "[bonusbar:1,nostealth] 7; [bonusbar:1,stealth] 8; [bonusbar:2] 8; [bonusbar:3] 9; [bonusbar:4] 10;", + PRIEST = "[bonusbar:1] 7;", PROPHET = "[stealth] 7; [nostealth] 1;", RANGER = "[stealth] 7; [nostealth] 1;", REAPER = "[stealth] 7; [nostealth] 1;", - ROGUE = "[stealth] 7; [nostealth] 1;", + ROGUE = "[bonusbar:1] 7; [form:3] 7;", SPIRITMAGE = "[stealth] 7; [nostealth] 1;", + WARRIOR = "[bonusbar:1] 7; [bonusbar:2] 8; [bonusbar:3] 9;", }, visibility = "" },