vip礼包领取
This commit is contained in:
parent
16bcd9a858
commit
951b23f99d
|
@ -3831,6 +3831,7 @@ func (this *Player) VIPDraw(id, vip int32) {
|
||||||
OpRetCode: playerproto.OpResultCode_OPRC_Error,
|
OpRetCode: playerproto.OpResultCode_OPRC_Error,
|
||||||
}
|
}
|
||||||
send := func() {
|
send := func() {
|
||||||
|
pack.Vip = vip
|
||||||
this.SendToClient(int(playerproto.PlayerPacketID_PACKET_SC_DRAWVIPGIFT), pack)
|
this.SendToClient(int(playerproto.PlayerPacketID_PACKET_SC_DRAWVIPGIFT), pack)
|
||||||
logger.Logger.Tracef("send vipdraw to client:%v", pack)
|
logger.Logger.Tracef("send vipdraw to client:%v", pack)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue