Files 1
Downloads 462,605
Favorites 2,096
My AddOns
View Bug Report
Open slot count wrong for bank
Bug #: 6244
File: Altoholic
Date: 11-18-09 02:03 PM
By: gajillion
Status: Unconfirmed
There appears to be a bug in the number of available bank slots shown. I have no available bank slots but the interface shows that I have 14. It has the correct number of bags listed with the correct number of slots available in each bag, but it shows some of the slots as being unpopulated when they actually are filled. The odd thing is, when I look at the bank tab, they are all filled with the correct items and it shows no open slots either. I've logged in and out several times and have checked the bank several times, but no change.

If it means anything, the items that are missing only ever have one stack of them in the bag. For instance, I have one stack of Dark Iron Ore, my Coins of Ancestry stack, a Libram, a single stack of Sunfury Signets, etc.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: gajillion - 11-18-09 03:44 PM
Looking at my DataStore_Containers.lua, it appears that open slot count is being processed from the "links" array which contains a number of nil entries. Counting the "ids" array would reflect a more accurate inventory as it seems to be correct:

["ids"] = {
36909, -- [1]
36909, -- [2]
11370, -- [3]
12365, -- [4]

["links"] = {
"|cffffffff|Hitem:36909:0:0:0:0:0:0:973655552:80|h[Cobalt Ore]|h|r", -- [1]
"|cffffffff|Hitem:36909:0:0:0:0:0:0:1800338024:80|h[Cobalt Ore]|h|r", -- [2]
nil, -- [3]
"|cffffffff|Hitem:12365:0:0:0:0:0:0:-1777897765:80|h[Dense Stone]|h|r", -- [4]