fix(v2): pack capacity from enhanced_properties.ItemSlots_Decal

The inventory service doesn't return items_capacity directly — it's
in enhanced_properties.ItemSlots_Decal. Updated normalizer to read
from there. Also defaults to 24 (standard AC pack size) with ||
instead of ?? to catch 0/undefined/null. Removed debug console.logs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-04-12 22:29:46 +02:00
parent 8e77274316
commit bd8ad863d1
3 changed files with 16 additions and 20 deletions

File diff suppressed because one or more lines are too long