From 9f155608451dc33dfa792047f9dc527072a0d9e6 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Sat, 11 Mar 2017 16:51:58 +0300 Subject: [PATCH] version 5.33 --- ElvUI/ElvUI.toc | 2 +- ElvUI/core/core.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElvUI/ElvUI.toc b/ElvUI/ElvUI.toc index 6efa5c7eb..789e8b858 100644 --- a/ElvUI/ElvUI.toc +++ b/ElvUI/ElvUI.toc @@ -1,6 +1,6 @@ ## Interface: 30300 ## Author: Elv, Bunny -## Version: 5.32 +## Version: 5.33 ## Title: |cffA11313E|r|cffC4C4C4lvUI|r ## Notes: User Interface replacement AddOn for World of Warcraft. ## SavedVariables: ElvDB, ElvPrivateDB diff --git a/ElvUI/core/core.lua b/ElvUI/core/core.lua index a9e3324c0..9b5743f89 100644 --- a/ElvUI/core/core.lua +++ b/ElvUI/core/core.lua @@ -759,9 +759,9 @@ function E:UpdateAll(ignoreInstall) DT.db = self.db.datatexts; DT:LoadDataTexts(); - --local NP = self:GetModule("NamePlates"); - --NP.db = self.db.nameplate; - --NP:ConfigureAll(); + local NP = self:GetModule("NamePlates"); + NP.db = self.db.nameplates; + NP:ConfigureAll(); local DataBars = self:GetModule("DataBars"); DataBars.db = E.db.databars;