5348 【主干】【bt7】【yn_1.0.1】【yn_ver1】 获得途径未知物品没有记录流向
1个文件已修改
5 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py
@@ -1010,6 +1010,11 @@
            eventName = ChConfig.ItemGiveTypeDict[operateType]
    else:
        operateType = ChConfig.ItemGive_Unknown
        if not eventName and operateType in ChConfig.ItemGiveTypeDict:
            eventName = ChConfig.ItemGiveTypeDict[operateType]
    if not eventName:
        eventName = "Unknown"
        
    # 本地流向只记录有事件名称的
    if eventName: