车迟斗法结算bug
parent
b491e01c9e
commit
906baf0968
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue