Skip to content

Commit

Permalink
[Baggins][Retail] Fix CloseBankFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Jul 31, 2024
1 parent 01d3f16 commit 81e100a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Baggins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ local band =

local IsAddOnLoaded = C_AddOns and C_AddOns.IsAddOnLoaded and C_AddOns.IsAddOnLoaded or IsAddOnLoaded
local BlizzSortBags = C_Container and C_Container.SortBags
local CloseBankFrame = C_Bank and C_Bank.CloseBankFrame or CloseBankFrame
local GetItemCount, GetItemInfo, GetInventoryItemLink, GetItemQualityColor, GetItemFamily, BankButtonIDToInvSlotID, GetNumBankSlots =
GetItemCount, GetItemInfo, GetInventoryItemLink, GetItemQualityColor, GetItemFamily, BankButtonIDToInvSlotID, GetNumBankSlots
local GetContainerItemInfo, GetContainerItemLink, GetContainerNumFreeSlots, GetContainerItemCooldown =
Expand Down

0 comments on commit 81e100a

Please sign in to comment.