Skip to content

Commit

Permalink
Another cooldown fix for banks. (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan authored Oct 29, 2022
1 parent 76bb73a commit 95b17b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widgets/ItemButton.lua
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ do
end

function buttonProto:UpdateCooldownCallback()
if not self.UpdateCooldown then return end
--TODO(lobato): This is an incredibly ugly hack to work around the fact that
-- Blizzard protects the item button frame if self.bagID is set.
-- There is a condition in which Blizzard code checks for bagID, fails, checks for the parent's
Expand Down

0 comments on commit 95b17b9

Please sign in to comment.