diff --git a/x/structs/keeper/fleet_cache.go b/x/structs/keeper/fleet_cache.go index 6aeb833..3b86e50 100644 --- a/x/structs/keeper/fleet_cache.go +++ b/x/structs/keeper/fleet_cache.go @@ -542,6 +542,7 @@ func (cache *FleetCache) MigrateToNewPlanet(destination *PlanetCache) { if !cache.LoadFleet() { newFleet := cache.K.AppendFleet(cache.Ctx, cache.GetOwner()) cache.Fleet = newFleet + cache.FleetId = newFleet.Id cache.FleetLoaded = true // Build an Initial Command Ship