237 【福利内容】每日任务/每周任务/章节奖励-服务端(A340下发已完成的成就)
1个文件已修改
4 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.py
@@ -292,8 +292,8 @@
        for index in range(ipyDataMgr.GetSuccessCount()):
            ipyData = ipyDataMgr.GetSuccessByIndex(index)
            # 已领取的不发 
            if GetSuccHasGot(curPlayer, ipyData.GetSuccID()):
                continue
            #if GetSuccHasGot(curPlayer, ipyData.GetSuccID()):
            #    continue
            succType = ipyData.GetSuccType()
            conds = ipyData.GetCondition()
            tcList = [succType, conds]