【编队】刷新编队时,保存编队的方法错误
parent
a255a6fb42
commit
0d76922c85
|
@ -91,7 +91,7 @@ function this.UpdateFormation(msg)
|
||||||
oTeam.teamPokemonInfos = {}
|
oTeam.teamPokemonInfos = {}
|
||||||
this.formationList[team.teamId] = oTeam
|
this.formationList[team.teamId] = oTeam
|
||||||
if isRefresh then
|
if isRefresh then
|
||||||
FormationManager.RefreshFormation(team.teamId, this.formationList[team.teamId].teamHeroInfos, {})
|
FormationManager.SaveFormation(team.teamId, this.formationList[team.teamId].teamHeroInfos, {})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue