diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/FormationManager.lua b/Assets/ManagedResources/~Lua/Modules/Formation/FormationManager.lua index 0198d7a43c..0fb4bb7eff 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/FormationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/FormationManager.lua @@ -91,7 +91,7 @@ function this.UpdateFormation(msg) oTeam.teamPokemonInfos = {} this.formationList[team.teamId] = oTeam if isRefresh then - FormationManager.RefreshFormation(team.teamId, this.formationList[team.teamId].teamHeroInfos, {}) + FormationManager.SaveFormation(team.teamId, this.formationList[team.teamId].teamHeroInfos, {}) end end