update item data

This commit is contained in:
vietdungdev
2026-05-09 15:30:36 +07:00
parent 070e47e460
commit 21cfba7a22
3 changed files with 37 additions and 11 deletions

View File

@@ -54,6 +54,7 @@ func (gd *GameReader) Inventory(rawPlayerUnits RawPlayerUnits, hover data.HoverD
Gold: inventoryGold.Value,
StashedGold: stashedGold,
SharedStashPages: len(stashPlayerUnitOrder),
PlayerID: rawPlayerUnits.GetMainPlayer().UnitID,
}
belt := data.Belt{}