From b861524d105d9c36b11da974bca768d11642999d Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 08 三月 2019 14:58:22 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxServerCode --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_CrossPutInItem.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_CrossPutInItem.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_CrossPutInItem.py index a277106..84be163 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_CrossPutInItem.py +++ b/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 != "{}": -- Gitblit v1.8.0