From f2b8220e7692e0df6ff45bd0bfff92da1afe8135 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 22 Aug 2016 15:19:14 +0300 Subject: [PATCH] account for new stuff in install --- ElvUI_SLE/core/install.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua index 645b0da..7af55dd 100644 --- a/ElvUI_SLE/core/install.lua +++ b/ElvUI_SLE/core/install.lua @@ -450,6 +450,8 @@ function PI:DarthSetup() E.db["sle"]["dt"]["currency"]["Jewelcrafting"] = false E.db["sle"]["dt"]["currency"]["Archaeology"] = false E.db["sle"]["dt"]["currency"]["Unused"] = false + E.db["sle"]["dt"]["currency"]["gold"]["method"] = "amount" + E.db["sle"]["dt"]["currency"]["gold"]["direction"] = "reverced" E.db["sle"]["dt"]["guild"]["hide_guildname"] = true E.db["sle"]["dt"]["guild"]["totals"] = true E.db["sle"]["dt"]["guild"]["hide_gmotd"] = true -- 1.7.9.5