Skip to content

Commit

Permalink
Update Cooldowns.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
noname08662 authored Jan 10, 2025
1 parent 23dae6a commit f3d0a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Nameplates/Cooldowns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ function mod:RepositionIcons(tracker, shown, unitType)
local highlight = highlights[cdFrame.spellID]
if highlight and highlight.enabled then
cdFrame.shadow:SetOutside(cdFrame, highlight.size, highlight.size)
cdFrame.shadow:SetBackdrop({edgeFile = edgeFile, edsgeSize = E:Scale(highlight.size)})
cdFrame.shadow:SetBackdrop({edgeFile = edgeFile, edgeSize = E:Scale(highlight.size)})
cdFrame.shadow:SetBackdropBorderColor(unpack(highlight.color))
cdFrame.shadow:Show()
else
Expand Down Expand Up @@ -1540,4 +1540,4 @@ function mod:InitializeCallback()
mod:Toggle(db)
end

core.modules[modName] = mod.InitializeCallback
core.modules[modName] = mod.InitializeCallback

0 comments on commit f3d0a1f

Please sign in to comment.