大闹天宫机器人,星级问题处理

back_recharge
duhui 2022-01-04 11:40:52 +08:00
parent affe194539
commit 5312fc728c
1 changed files with 1 additions and 1 deletions

View File

@ -1820,7 +1820,7 @@ public class HeroLogic {
}
}
}
return star;
return Math.min(star,scHero.getMaxRank());;
}
/**