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:
parent
e6adb5cb68
commit
8c8409eac6
3 changed files with 37 additions and 24 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Mosswart Overlord v2</title>
|
||||
<link rel="icon" type="image/png" href="/icons/7735.png" />
|
||||
<script type="module" crossorigin src="/v2/assets/index-DXm3K60h.js"></script>
|
||||
<script type="module" crossorigin src="/v2/assets/index-B2Cf6gGs.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/v2/assets/index-DrsM2PEe.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue