6805 【后端】【2.0】副本前端化(修复妖王奖励物品ID配0无效问题)
1个文件已修改
1 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py
@@ -1954,6 +1954,7 @@
        curAlchemyLV = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_AlchemyLV)
        for itemInfo in weightList:
            itemID = itemInfo[1][0]
            if itemID: # 支持配置ID为0时代表不产出
            itemData = GameWorld.GetGameData().GetItemByTypeID(itemID)
            if not itemData:
                continue