From 56bfab6cbe27c46a03a8a87441fc7bbc858e4ee7 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Mon, 6 Jan 2025 16:44:49 +0800 Subject: [PATCH] =?UTF-8?q?modify=20=E7=BA=A2=E5=8C=85=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/welfmgr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldsrv/welfmgr.go b/worldsrv/welfmgr.go index 779cb51..4f447eb 100644 --- a/worldsrv/welfmgr.go +++ b/worldsrv/welfmgr.go @@ -2351,7 +2351,7 @@ func (this *WelfareMgr) GetRedPacket(p *Player, id int64) *welfare.SCRedPacketDr p.WelfData.RedPacket[v.GetId()].JN++ } } - Send(welfare.OpResultCode_OPRC_Sucess) + //Send(welfare.OpResultCode_OPRC_Sucess) return pack }