From 5b399100e1d492baae46695e653ddd770b2f90ad Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Mon, 12 Aug 2024 16:45:12 +0800 Subject: [PATCH] =?UTF-8?q?vip=E7=AD=89=E7=BA=A7=E7=A4=BC=E5=8C=85?= =?UTF-8?q?=E8=8E=B7=E5=BE=97=E5=A5=96=E5=8A=B1?= 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 c042f05..9d9f81e 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -3925,6 +3925,7 @@ func (this *Player) VIPDraw(id, vip int32) { ItemNum: v, }) itemInfo = append(itemInfo, model.ItemInfo{ItemId: int32(k), ItemNum: v}) + pack.Award[k] = v } BagMgrSingleton.AddItemsV2(&ItemParam{ P: this,