xdh
2019-03-26 f59c80a64aa99e451082cce8d338ce1faa53b00a
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 != "{}":