Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
7437087b27
@ -131,6 +131,8 @@ func (this *modelArena) updateArenaUserInfo(info *pb.DBArenaUser) (err error) {
|
|||||||
"defendtotaluum": info.Defendtotaluum,
|
"defendtotaluum": info.Defendtotaluum,
|
||||||
"loc": []float64{float64(dan), float64(rand.Int31n(100)) / 1000.0},
|
"loc": []float64{float64(dan), float64(rand.Int31n(100)) / 1000.0},
|
||||||
"isdef": info.Isdef,
|
"isdef": info.Isdef,
|
||||||
|
"name": info.Name,
|
||||||
|
"avatar": info.Avatar,
|
||||||
"lv": info.Lv,
|
"lv": info.Lv,
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user