hch
2019-03-13 23b3fbb321e68c78fa4ceda608de44ea1a8fd585
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_CrossPutInItem.py
@@ -50,7 +50,7 @@
    packIndex = itemInfo["PackIndex"]
    event = itemInfo["Event"]
    itemID, itemCount, isBind, itemUserData = itemData
    curItem = ItemCommon.CreateSingleItem(itemID, itemCount, isBind)
    curItem = ItemCommon.CreateSingleItem(itemID, itemCount, not isBind)
    if not curItem:
        return
    if itemUserData and itemUserData != "{}":