vip礼包领取

This commit is contained in:
sk 2024-08-09 16:43:48 +08:00
parent 16bcd9a858
commit 951b23f99d
1 changed files with 1 additions and 0 deletions

View File

@ -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