Closed yanqiniu closed 7 years ago
This has been fixed by: Refactoring instinct tuning (not really related to this issue specifically)+ Adding a column in SpeciesInPlanetTable + Adding a couple of lines in OrbitalInteractionService of Game Server. Essentially instincts tuning data were already saved into species model, just needed a column in the database to store them.
Instinct tuning model should be saved into species model before species model gets saved and pushed to server. This is working in OnSaveButtonClicked() of SpeciesDesignerUI class, But not in OribitalUI class's Update() where an anonymous function gets registered to SpeciesDesignUI.OnSaveEvent