hch
2019-03-08 b861524d105d9c36b11da974bca768d11642999d
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 != "{}":