Skip to content

Commit

Permalink
Update OptionsTBC.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Feb 6, 2022
1 parent a2e088a commit f0d271c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ElvUI_EltreumUI/Options/OptionsTBC.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1932,14 +1932,22 @@ if ElvUI_EltreumUI.TBC then
width = 'double',
func = function() ElvUI_EltreumUI:SetupGladdy() E:StaticPopup_Show('CONFIG_RL') end,
},
gladdius = {
gladius = {
order = 15,
type = 'execute',
name = 'Gladius',
desc = L["Reset to Eltruism defaults."],
width = 'double',
func = function() ElvUI_EltreumUI:SetupGladius() E:StaticPopup_Show('CONFIG_RL') end,
},
--[[gladiusex = {
order = 15,
type = 'execute',
name = 'GladiusEX',
desc = L["Reset to Eltruism defaults."],
width = 'double',
func = function() ElvUI_EltreumUI:AddonSetupGladiusEx() E:StaticPopup_Show('CONFIG_RL') end,
},]]
capping = {
order = 16,
type = 'execute',
Expand Down

0 comments on commit f0d271c

Please sign in to comment.