Item Count Wrong on Compressed Stacks (WOTLK)
Runkel79 opened this issue ยท 6 comments
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.
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.
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
`
was a simple typo I didn't notice, oops, soooo sorry.
Fixed: ffc86cb