From d315e120129b7446165e1e6be7d78a96a88bb3ed Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 29 Dec 2023 22:02:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=AB=9E=E6=8A=80=E5=9C=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=97=A5=E5=BF=97=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/arena/api_challenge.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/arena/api_challenge.go b/modules/arena/api_challenge.go index ce04c9197..19f8fad13 100644 --- a/modules/arena/api_challenge.go +++ b/modules/arena/api_challenge.go @@ -125,6 +125,8 @@ func (this *apiComp) Challenge(session comm.IUserSession, req *pb.ArenaChallenge } return } + bule.Integral = red.Integral + bule.Dan = red.Dan } redplay := &pb.ArenaPlayer{ Uinfo: red.Uinfo,