Skip to content

Commit 0340612

Browse files
committed
NUM_MICRO_BUTTONS is 13 for now
1 parent 8464db4 commit 0340612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ElvUI_Options/Core/ActionBars.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local SaveBindings = SaveBindings
1717

1818
local GetCVarBool = C_CVar.GetCVarBool
1919

20-
local NUM_MICRO_BUTTONS = 12
20+
local NUM_MICRO_BUTTONS = E.Cata and 13 or 12
2121
local STANCE_SLOTS = _G.NUM_STANCE_SLOTS or 10
2222
local ACTION_SLOTS = _G.NUM_PET_ACTION_SLOTS or 10
2323

0 commit comments

Comments
 (0)