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: