Skip to content

Commit

Permalink
Updated TOC files for Dragonflight. (#727)
Browse files Browse the repository at this point in the history
Fixed a bug when opening bank view.
  • Loading branch information
Cidan authored Oct 27, 2022
1 parent 9362133 commit 82fcdc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AdiBags.toc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with AdiBags. If not, see <http://www.gnu.org/licenses/>.

## Interface: 90207
## Interface: 100000

## Title: AdiBags
## Notes: Adirelle's bag addon.
Expand Down
2 changes: 1 addition & 1 deletion AdiBags_Config/AdiBags_Config.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90207
## Interface: 100000

## Title: AdiBags Configuration
## Notes: Adirelle's bag addon.
Expand Down
3 changes: 2 additions & 1 deletion widgets/ItemButton.lua
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ function buttonProto:UpdateSearch()
end

function buttonProto:UpdateCooldown()
return ContainerFrame_UpdateCooldown(self.bag, self)
-- TODO(lobato): Figure out where this function disappeared to?
--return ContainerFrame_UpdateCooldown(self.bag, self)
end

function buttonProto:UpdateNew()
Expand Down

0 comments on commit 82fcdc7

Please sign in to comment.