Merge branch 'master_prb_gn' into master_test_gn

back_recharge
jiahuiwen 2022-01-04 14:33:01 +08:00
commit 567a46b4ad
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());
}
/**