diff --git a/server/matchserver/history/historymgr.go b/server/matchserver/history/historymgr.go index 4690b39a..91ce7053 100644 --- a/server/matchserver/history/historymgr.go +++ b/server/matchserver/history/historymgr.go @@ -43,7 +43,7 @@ func (this *historyMgr) PushLastBattleInfo(hum common.Player) { p.ModeId = proto.Int32(modeId) p.StartTime = proto.Int32(val) if modeId == jccommon.MAP_MODE_CIRCUIT { - + p.IntervalTime = proto.Int32(60 * 2) } } hum.SendMsg(msg)