车迟斗法时间间隔修改

back_recharge
lvxinran 2021-04-12 00:33:31 +08:00
parent be6a1b07d4
commit a765b7ec45
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ public class FastChallengeHandler extends BaseHandler<FightInfoProto.FastFightCh
guildInfo.addCarFightSb(uid);
user.getGuildMyInfo().setCarPlayTime(TimeUtils.nowInt());
user.getGuildMyInfo().setCarPlayProgress(GuildFightLogic.carDelayProgressIndication.getProgress());
FightInfoProto.FastFightChallengeResponse build = FightInfoProto.FastFightChallengeResponse.newBuilder().setHurt(hurt).setScore(gainScore).setFightData(fightData).build();
MessageUtil.sendMessage(iSession,1, MessageTypeProto.MessageType.FAST_FIGHT_CHALLENGE_RESPONSE_VALUE,build,true);
ReportUtil.onReportEvent(user, ReportEventEnum.COMPLETE_CHECHI.getType(),sWorldBossSetting.getid(),type,1,gainScore);