File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function SyndicatorBagCacheMixin:OnEvent(eventName, ...)
8989 self .pending .bags [bagID ] = true
9090 elseif bankBags [bagID ] and self .bankOpen then
9191 self .pending .bank [bagID ] = true
92- elseif warbandBags [bagID ] and self .bankOpen then
92+ elseif warbandBags [bagID ] and self .bankOpen and C_PlayerInfo . HasAccountInventoryLock () then
9393 self .pending .warband [bagID ] = true
9494 end
9595 self :QueueCaching ()
@@ -206,7 +206,7 @@ function SyndicatorBagCacheMixin:UpdateContainerSlots()
206206end
207207
208208function SyndicatorBagCacheMixin :ScanWarbandSlots ()
209- if C_Bank == nil or C_Bank .FetchPurchasedBankTabData == nil then
209+ if C_Bank == nil or C_Bank .FetchPurchasedBankTabData == nil or not C_PlayerInfo . HasAccountInventoryLock () then
210210 return
211211 end
212212
You can’t perform that action at this time.
0 commit comments