竞技场保存玩家等级

This commit is contained in:
meixiongfeng 2023-04-28 18:37:39 +08:00
parent f58a37f1f4
commit e31941c379

View File

@ -129,6 +129,7 @@ func (this *modelArena) updateArenaUserInfo(info *pb.DBArenaUser) (err error) {
"defendtotaluum": info.Defendtotaluum,
"loc": []float64{float64(dan), float64(rand.Int31n(100)) / 1000.0},
"isdef": info.Isdef,
"lv": info.Lv,
})
return
}