hxp
9 天以前 c9fb9882a7cd6720958f6fef2a0425023c21f331
121 【武将】武将系统-服务端(心愿物品选择防范0)
1个文件已修改
2 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTreasure.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTreasure.py
@@ -160,6 +160,8 @@
    
    selectLibItemDict = {} # 重新选择的心愿物品汇总 {libID:[wishID, ...], ...}
    for wishID in reqSelectWishIDList:
        if not wishID:
            continue
        libItemIpyData = IpyGameDataPY.GetIpyGameDataByCondition("TreasureItemLib", {"ID":wishID}, False)
        if not libItemIpyData:
            return