保存编队修改

lvxinran 2020-09-17 02:40:36 +08:00
parent 13ca97db1c
commit 92ed17c747
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ public class HeroLogic{
// 卡牌不存在
return "card not exists";
}
}if(teamId==GlobalsDef.TRIAL_TEAM){
}else if(teamId==GlobalsDef.TRIAL_TEAM){
if(!user.getMapManager().getTrialInfo().getHeroInfo().containsKey(heroId)){
return "card not exists";
}