车迟斗法间隔时间修改

back_recharge
lvxinran 2021-04-10 14:27:04 +08:00
parent ad665bf5e5
commit 1102c86448
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);