修复竞技场玩家信息同步
This commit is contained in:
parent
82b29a3657
commit
da320698af
@ -299,6 +299,8 @@ func (this *modelArena) matchePlayer(uid string, dan, num int32) (results []*pb.
|
|||||||
results = append(results, &pb.ArenaPlayer{
|
results = append(results, &pb.ArenaPlayer{
|
||||||
Uid: temp.Uid,
|
Uid: temp.Uid,
|
||||||
Name: temp.Name,
|
Name: temp.Name,
|
||||||
|
Avatar: temp.Avatar,
|
||||||
|
Lv: temp.Lv,
|
||||||
Dan: temp.Dan,
|
Dan: temp.Dan,
|
||||||
Integral: temp.Integral,
|
Integral: temp.Integral,
|
||||||
Defend: temp.Defend,
|
Defend: temp.Defend,
|
||||||
|
Loading…
Reference in New Issue
Block a user