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 }