车迟斗法结算bug

back_recharge
jiahuiwen 2021-09-27 17:23:04 +08:00
parent b491e01c9e
commit 906baf0968
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class FastChallengeHandler extends BaseHandler<FightInfoProto.FastFightCh
if(fightResult.getResult()==-1){
throw new ErrorCodeException(ErrorCode.FIGHT_EXCEPTION);
}
hurt = fightResult.getResult();
hurt = (int) fightResult.getDuration();
fightData = fightResult.getFightData();
gainScore = (int) (hurt*(sWorldBossSetting.getScorePercent()/10000F));
double myscore = gainScore;