Damn epic fail in options
Darth Predator [10-30-16 - 18:58]
Damn epic fail in options
diff --git a/ElvUI_SLE/options/databars_c.lua b/ElvUI_SLE/options/databars_c.lua
index 83188a5..e348539 100644
--- a/ElvUI_SLE/options/databars_c.lua
+++ b/ElvUI_SLE/options/databars_c.lua
@@ -238,7 +238,7 @@ local function configTable()
name = L["Full value on Honor Bar"],
desc = L["Changes the way text is shown on honor bar."],
get = function(info) return E.db.sle.databars.honor.longtext end,
- set = function(info, value) E.db.sle.databars.honor.longtext = value; EDB:UpdateUpdateHonor() end,
+ set = function(info, value) E.db.sle.databars.honor.longtext = value; EDB:UpdateHonor() end,
},
chatfilters = {
order = 3,