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: