hxp
2021-05-10 27c520cac266513887f348cf9feb4be7b3efda45
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py
@@ -246,7 +246,7 @@
        
        isPutInTemp = curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_PickupItemPutInTemp)
        packIndex = ShareDefine.rptTempItem if isPutInTemp else IPY_GameWorld.rptItem
        packIndex = ChConfig.GetItemPackType(singItem.GetType(), packIndex)
        packIndex = ChConfig.GetItemPackType(singItem, packIndex)
        
        # 是否可放入
        if not itemControl.CanPutInItem(packIndex, curItemID, curItemCount, curItemIsAuctionItem):