-神魂绑定修改
parent
5c0c449856
commit
7c1b05d419
|
@ -5786,7 +5786,7 @@ public class HeroLogic {
|
|||
* @return
|
||||
*/
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue