From 951b23f99d85666e37d5f5ebbe29b16a477f8450 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 9 Aug 2024 16:43:48 +0800 Subject: [PATCH] =?UTF-8?q?vip=E7=A4=BC=E5=8C=85=E9=A2=86=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/player.go | 1 + 1 file changed, 1 insertion(+) diff --git a/worldsrv/player.go b/worldsrv/player.go index 6b28853..0935e4d 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -3831,6 +3831,7 @@ func (this *Player) VIPDraw(id, vip int32) { OpRetCode: playerproto.OpResultCode_OPRC_Error, } send := func() { + pack.Vip = vip this.SendToClient(int(playerproto.PlayerPacketID_PACKET_SC_DRAWVIPGIFT), pack) logger.Logger.Tracef("send vipdraw to client:%v", pack) return