hxp
2021-05-26 130ec4fa6335c77e396353c766bea495085d003b
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyRedPacket.py
@@ -713,6 +713,8 @@
    for i in xrange(checkIndex + 1, len(nowActiveRedPacketIDList)):
        newCanGetRedID = nowActiveRedPacketIDList[i]
        newRedPacketObj = redPacketMgr.GetRedPacketObj(newCanGetRedID, False)
        if not newRedPacketObj:
            continue
        if playerID in newRedPacketObj.grabDict:
            continue
        if newCanGetRedID not in canGetIDList: