修复竞技场玩家信息同步

This commit is contained in:
liwei1dao 2023-05-23 10:54:39 +08:00
parent 82b29a3657
commit da320698af

View File

@ -299,6 +299,8 @@ func (this *modelArena) matchePlayer(uid string, dan, num int32) (results []*pb.
results = append(results, &pb.ArenaPlayer{
Uid: temp.Uid,
Name: temp.Name,
Avatar: temp.Avatar,
Lv: temp.Lv,
Dan: temp.Dan,
Integral: temp.Integral,
Defend: temp.Defend,