Quantcast

wut

Darthpred [11-27-14 - 00:11]
wut
Filename
ElvUI_SLE/options/loot_c.lua
diff --git a/ElvUI_SLE/options/loot_c.lua b/ElvUI_SLE/options/loot_c.lua
index adc35fa..7f62d2e 100644
--- a/ElvUI_SLE/options/loot_c.lua
+++ b/ElvUI_SLE/options/loot_c.lua
@@ -43,7 +43,6 @@ local function configTable()
 						order = 4,
 						type = "toggle",
 						name = L["Enable"],
-						desc = "Automatically click OK on BOP items",
 						disabled = function() return not E.db.sle.loot.enable end,
 						get = function(info) return E.db.sle.loot.autoroll.enable end,
 						set = function(info, value) E.db.sle.loot.autoroll.enable = value; LT:Update() end,