Skip to content

Commit

Permalink
version 5.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunny67 committed Mar 11, 2017
1 parent 017eba5 commit 9f15560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ElvUI/ElvUI.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions ElvUI/core/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9f15560

Please sign in to comment.