From 01dbe6dc1f552558f1a09414ef7e42ed64e33718 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 21 Jul 2016 00:29:57 +0300 Subject: [PATCH] Accounting for epic copy-paste fail --- ElvUI_SLE/core/install.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua index aae1f21..712a7da 100644 --- a/ElvUI_SLE/core/install.lua +++ b/ElvUI_SLE/core/install.lua @@ -239,11 +239,11 @@ local function DarthSetup() E.db["nameplates"]["units"]["FRIENDLY_NPC"]["powerbar"]["enable"] = true E.db["nameplates"]["units"]["ENEMY_NPC"]["powerbar"]["height"] = 4 E.db["nameplates"]["units"]["ENEMY_NPC"]["powerbar"]["enable"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["numAuras"] = 6 + E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["numAuras"] = 6 E.db["nameplates"]["units"]["HEALER"]["powerbar"]["height"] = 4 E.db["nameplates"]["units"]["ENEMY_PLAYER"]["powerbar"]["height"] = 4 E.db["nameplates"]["units"]["ENEMY_PLAYER"]["powerbar"]["enable"] = true - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["numAuras"] = 6 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["numAuras"] = 6 E.db["nameplates"]["units"]["PLAYER"]["alwaysShow"] = true E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["enable"] = false E.db["nameplates"]["units"]["PLAYER"]["healthbar"]["width"] = 120 -- 1.7.9.5