Skip to content

Commit

Permalink
Add keyring support to LibItemCache
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Aug 15, 2019
1 parent b809431 commit c2f1dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/LibItemCache-1.1/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function Lib:GetBagInfo(player, bag)
end
return GetGuildBankTabInfo(tab)

elseif bag ~= BACKPACK_CONTAINER and bag ~= BANK_CONTAINER then
elseif bag ~= BACKPACK_CONTAINER and bag ~= BANK_CONTAINER and bag ~= KEYRING_CONTAINER then
local slot = ContainerIDToInventoryID(bag)

if isCached then
Expand Down

0 comments on commit c2f1dde

Please sign in to comment.