ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_GatherSoul.py
@@ -571,10 +571,12 @@
    curPlayer = FBCommon.GetCurSingleFBPlayer()
    if not curPlayer:
        #奖励直接发邮件
        if totalItemList:
        PlayerControl.SendMailByKey('JHBagFull2', [ownerID], totalItemList)
        
        GameWorldProcess.CloseFB(tick)
        return
    if totalItemList:
    needPackSpaceDict = {}
    for itemID, itemCnt, isBind in totalItemList:
        curItem = GameWorld.GetGameData().GetItemByTypeID(itemID)