From f0d271cddc78131bf54de438e9a6f05311276c3a Mon Sep 17 00:00:00 2001 From: Eltreum Date: Sun, 6 Feb 2022 17:50:36 -0300 Subject: [PATCH] Update OptionsTBC.lua --- ElvUI_EltreumUI/Options/OptionsTBC.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ElvUI_EltreumUI/Options/OptionsTBC.lua b/ElvUI_EltreumUI/Options/OptionsTBC.lua index 073d85bcc..37c89f4c8 100644 --- a/ElvUI_EltreumUI/Options/OptionsTBC.lua +++ b/ElvUI_EltreumUI/Options/OptionsTBC.lua @@ -1932,7 +1932,7 @@ 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', @@ -1940,6 +1940,14 @@ if ElvUI_EltreumUI.TBC then 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',