fix(v2): pack capacity fill bars now show actual fill level

The pack fill bars were always empty because items weren't mapping
to container key 0 (main backpack). The bodyContainerId detection
failed when the inventory service doesn't include container_id on
wielded items. Now falls back to using the largest non-container
item group as the main backpack if key 0 is empty.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-04-12 22:09:08 +02:00
parent e6adb5cb68
commit 8c8409eac6
3 changed files with 37 additions and 24 deletions

File diff suppressed because one or more lines are too long