Skip to content

Commit

Permalink
2.64
Browse files Browse the repository at this point in the history
Atempt to fix taint bugs.
  • Loading branch information
Grimsbain committed Mar 18, 2019
1 parent 6bc667f commit 32787d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ hooksecurefunc("DefaultCompactNamePlateFrameAnchorInternal", function(frame, set

-- Healthbar

frame.healthBar:ClearAllPoints()
frame.healthBar:SetPoint("BOTTOMLEFT", frame.castBar, "TOPLEFT", 0, 4.2)
frame.healthBar:SetPoint("BOTTOMRIGHT", frame.castBar, "TOPRIGHT", 0, 4.2)
frame.healthBar:SetHeight(12)
Expand All @@ -423,6 +422,5 @@ hooksecurefunc("DefaultCompactNamePlateFrameAnchorInternal", function(frame, set

-- Hide Border Shield

frame.castBar.BorderShield:Hide()
frame.castBar.BorderShield:ClearAllPoints()
end)
2 changes: 1 addition & 1 deletion func.lua
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ function nPlates:CreateSlider(cfg)
end

if cfg.isCvar then
SetCVar(cfg.var, value)
C_CVar.SetCVar(cfg.var, value)
else
nPlatesDB[cfg.var] = value
end
Expand Down
2 changes: 1 addition & 1 deletion nPlates.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: |cffCC3333 n|rPlates
## Notes: Nameplates for NeavUI.
## Author: Grimsbain
## Version: 2.63
## Version: 2.64
## SavedVariablesPerCharacter: nPlatesDB
## RequiredDeps: Blizzard_NamePlates
## LoadWith: Blizzard_NamePlates
Expand Down

0 comments on commit 32787d6

Please sign in to comment.