变身卡升星bug修复

dev_chengFeng
yuanshuai 2022-08-30 16:31:11 +08:00
parent a10a386b24
commit d152c46668
1 changed files with 3 additions and 0 deletions

View File

@ -6293,6 +6293,9 @@ function NetManager.SendTransformationUpGradeRequest(type,id,costList,func)
IncarnationManager.SetStar(info.id,info.star)
IncarnationManager.SetSkillData(info.id)
PopupTipPanel.ShowTip("升星成功")
for i = 1, #costList do
IncarnationManager.SetItemDataByCardId(costList[i].id)
end
end
IncarnationManager.SetPropDatas(info.id)
NetManager.RequestUserForceChange(FormationTypeDef.FORMATION_NORMAL)