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):