Skip to content

Commit

Permalink
Dragonflight update
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Oct 25, 2022
1 parent 78a954e commit 1ecb778
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NugHealth-Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90100
## Interface: 100002
## Title: NugHealth
## Author: d87
## SavedVariables: NugHealthDB
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions NugHealth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ local HideTimer = function(self, time)
local pA = NugHealthDB.outOfCombatAlpha
local rA = 1 - NugHealthDB.outOfCombatAlpha
local a = pA + (p*rA)
if a < 0 then a = 0 end
nhe:SetAlpha(a)
if self.OnUpdateCounter >= fadeAfter + fadeTime then
self:SetScript("OnUpdate",nil)
Expand Down
2 changes: 1 addition & 1 deletion NugHealth.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90002
## Interface: 100002
## Title: NugHealth
## Author: d87
## SavedVariables: NugHealthDB
Expand Down

0 comments on commit 1ecb778

Please sign in to comment.