-神魂绑定修改

back_recharge
yuanshuai 2021-11-01 18:54:48 +08:00
parent 5c0c449856
commit 7c1b05d419
1 changed files with 1 additions and 1 deletions

View File

@ -5786,7 +5786,7 @@ public class HeroLogic {
* @return * @return
*/ */
public boolean CheckHeroBindCondition(User user,String heroId,List<String>bindHeroList,int heroRankupId,int needNum,int index){ public boolean CheckHeroBindCondition(User user,String heroId,List<String>bindHeroList,int heroRankupId,int needNum,int index){
if (needNum+index>=bindHeroList.size())//首先判断数量是否满足条件 if (needNum+index>bindHeroList.size())//首先判断数量是否满足条件
{ {
return false; return false;
} }