update merc

This commit is contained in:
vietdungdev
2026-04-26 13:39:16 +07:00
parent 3c36d2d1ad
commit 839b04fd89
4 changed files with 212 additions and 11 deletions

View File

@@ -147,6 +147,9 @@ func (gd *GameReader) GetData() data.Data {
ActiveWeaponSlot: gd.GetActiveWeaponSlot(),
}
merc, foundMerc := gd.OwnMercenary()
merc.Found = foundMerc
d.Mercenary = data.OwnMercenary(merc)
return d
}