This commit is contained in:
aozhiwei 2024-09-20 14:35:33 +08:00
parent c6e03f42ce
commit 22b25bb152

View File

@ -36,7 +36,7 @@ func (this *historyMgr) PushLastBattleInfo(hum common.Player) {
q5.NewSlice(&msg.BattleList, 0, 10)
for key, val := range(u.mapAndModeHash) {
mapId := int32(key)
modeId := int32(key)
modeId := int32(key >> 32)
p := new(cs.MFLastBattleInfo)
p.MapId = proto.Int32(mapId)
p.ModeId = proto.Int32(modeId)