【编队】刷新编队时,保存编队的方法错误

dev_chengFeng
gaoxin 2021-09-23 17:54:29 +08:00
parent a255a6fb42
commit 0d76922c85
1 changed files with 1 additions and 1 deletions

View File

@ -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