保存编队修改
parent
13ca97db1c
commit
92ed17c747
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue