This commit is contained in:
aozhiwei 2024-09-20 14:38:21 +08:00
parent bac7f9412f
commit c2f2684c3d

View File

@ -43,7 +43,7 @@ func (this *historyMgr) PushLastBattleInfo(hum common.Player) {
p.ModeId = proto.Int32(modeId) p.ModeId = proto.Int32(modeId)
p.StartTime = proto.Int32(val) p.StartTime = proto.Int32(val)
if modeId == jccommon.MAP_MODE_CIRCUIT { if modeId == jccommon.MAP_MODE_CIRCUIT {
p.IntervalTime = proto.Int32(60 * 2)
} }
} }
hum.SendMsg(msg) hum.SendMsg(msg)