Skip to content

Commit

Permalink
Fixed a bug with bank bags and cooldowns. (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan authored Oct 28, 2022
1 parent ffc9c49 commit 1755c3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion widgets/ItemButton.lua
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ function buttonProto:Update()
end
self:UpdateCount()
self:UpdateBorder()
self:UpdateCooldown(self.texture)
if self.UpdateCooldown then
self:UpdateCooldown(self.texture)
end
self:UpdateLock()
self:UpdateNew()
if addon.isRetail then
Expand Down

0 comments on commit 1755c3e

Please sign in to comment.