2867 【1.5】进入聚魂副本后,下线,半小时后上线发送一封没有物品的聚魂满背包邮件
1个文件已修改
2 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_GatherSoul.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)