hxp
2026-01-15 46917c6526079c4b023d3504cb70445b62ac6257
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
@@ -978,7 +978,7 @@
        #itemFactory = GameWorld.GetItemFactory()
        #isBind = tagItem.GetIsBind()
        # 目前暂只记录放入背包的
        if not isNeedRecord and packIndex in [IPY_GameWorld.rptItem, ShareDefine.rptTreasure, IPY_GameWorld.rptIdentify, ShareDefine.rptMGTuiyan]:
        if not isNeedRecord and packIndex in ShareDefine.NeedRecordRPType:
            isNeedRecord = ItemNeedRecord(tagItem) or isForceEvent
        putResult = False