This commit is contained in:
wh_zcy 2023-06-28 17:53:40 +08:00
commit 7437087b27

View File

@ -131,6 +131,8 @@ 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,
"name": info.Name,
"avatar": info.Avatar,
"lv": info.Lv,
})
return