Skip to content

Commit

Permalink
NUM_MICRO_BUTTONS is 13 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Apr 8, 2024
1 parent 8464db4 commit 0340612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_Options/Core/ActionBars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local SaveBindings = SaveBindings

local GetCVarBool = C_CVar.GetCVarBool

local NUM_MICRO_BUTTONS = 12
local NUM_MICRO_BUTTONS = E.Cata and 13 or 12
local STANCE_SLOTS = _G.NUM_STANCE_SLOTS or 10
local ACTION_SLOTS = _G.NUM_PET_ACTION_SLOTS or 10

Expand Down

0 comments on commit 0340612

Please sign in to comment.