车迟斗法,公会人数问题处理

back_recharge
duhui 2022-03-08 18:25:06 +08:00
parent fe1f6b59d8
commit aa24961454
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ public class FastChallengeHandler extends BaseHandler<FightInfoProto.FastFightCh
}
if(challengeScore !=-1){
gainScore = challengeScore*(sWorldBossSetting.getGrabPercent()/10000F);
gainScore = Math.floor(gainScore);
if(gainScore!=0){
if (crossGroup > 0){
personRank.incrementCrossRankScore(uid,"",gainScore);