update item data

This commit is contained in:
vietdungdev
2026-05-22 00:41:52 +07:00
parent 666a16813e
commit b0b0d2720a
2 changed files with 12 additions and 28 deletions

View File

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