From da320698afc35655512a65b3cbbc3e9f443c8d32 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 23 May 2023 10:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AB=9E=E6=8A=80=E5=9C=BA?= =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E4=BF=A1=E6=81=AF=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/arena/modelarena.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/arena/modelarena.go b/modules/arena/modelarena.go index cd5319c2d..16b2895a4 100644 --- a/modules/arena/modelarena.go +++ b/modules/arena/modelarena.go @@ -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,