Baggins

Baggins

1M Downloads

Item Count Wrong on Compressed Stacks (WOTLK)

Runkel79 opened this issue ยท 6 comments

commented

Very weird bug i just noticed.

I got 40 Potions of speed, 40 Runic Mana Injectors, 40 Honeymint Tea, 40 Buff Food and for each of them it only Shows 30 when compressed.

P.S. No LUA Errors, it just displays the wrong value

Update: i kept playing and it looks like the wrong item count changes at will, now it shows 31 instead of the correct value.

commented

WowClassic_eIJHnL4JJR
WowClassic_k9BeVXWJlU

commented

Another Example Compressed/Uncompressed

WowClassic_LXzD7ZIiR6
WowClassic_Cx8JX9JdCC

commented

Does it ever show the right count when compress, for example when you first login?

commented

I already rolled back but i reinstalled the latest Version and the answer is no, at the moment the compressed count is eight instead of the correct value

Update: Just realized the wrong compressed item count is not a random number, it is the amount of empty bag slots left.

commented

And i just got this LUA Error:

4x Interface\AddOns\Baggins\Baggins-v4.6.2.lua:1453: invalid order function for sorting [string "=[C]"]: ? [string "@Interface\AddOns\Baggins\Baggins-v4.6.2.lua"]:1453: in function SortItemList'
[string "@interface\AddOns\Baggins\Baggins-v4.6.2.lua"]:1210: in function UpdateSectionContents' [string "@Interface\AddOns\Baggins\Baggins-v4.6.2.lua"]:1131: in function UpdateSection'
[string "@interface\AddOns\Baggins\Baggins-v4.6.2.lua"]:1106: in function ReallyUpdateBags' [string "@Interface\AddOns\Baggins\Baggins-v4.6.2.lua"]:751: in function ?'
[string "@interface\AddOns\Baggins\Baggins-v4.6.2.lua"]:171: in function <Interface\AddOns\Baggins\Baggins.lua:163>

Locals:
(*temporary) =

{
1 =
{
}
2 =
{
}
3 =
{
}
4 =
{
}
}
(*temporary) = defined @interface\AddOns\Baggins\Baggins.lua:1324
(*temporary) =
{
slotcount = 1
slots =
{
}
itemid = 30688
}
(*temporary) =
{
slotcount = 1
slots =
{
}
itemid = 11136
}
(*temporary) = nil
`

commented

was a simple typo I didn't notice, oops, soooo sorry.
Fixed: ffc86cb