竞技场保存玩家等级
This commit is contained in:
parent
f58a37f1f4
commit
e31941c379
@ -129,6 +129,7 @@ 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,
|
||||||
|
"lv": info.Lv,
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user