Skip to content

Commit

Permalink
feat: skin cooldown charges with masque
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Jul 27, 2024
1 parent b5b9eb6 commit 444d139
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## v11.0.4
* Fix: #2186 Activation overlays in Retail
* The cooldown charge sweep is now skinned with Masque.

## v11.0.3
* Fix activation overlays in Classic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function CooldownSweep:OnNewInstance(icon)
icon.chargeCooldown = self.cooldown2

self:SetSkinnableComponent("Cooldown", self.cooldown)
self:SetSkinnableComponent("ChargeCooldown", self.cooldown2)
end

local NeedsUpdate = {}
Expand Down
1 change: 1 addition & 0 deletions Options/CHANGELOG.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ TMW.CHANGELOG_LASTVER="10.0.0"
TMW.CHANGELOG = [==[
## v11.0.4
* Fix: #2186 Activation overlays in Retail
* The cooldown charge sweep is now skinned with Masque.
## v11.0.3
* Fix activation overlays in Classic
Expand Down

0 comments on commit 444d139

Please sign in to comment.