ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py | ●●●●● 补丁 | 查看 | 原始文档 | 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