From aea85d574faff30cbbaf16892a2a3a0b71c6976b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 27 二月 2019 14:02:52 +0800 Subject: [PATCH] 6250 【后端】【2.0】拍卖行开发单(创建物品默认绑定) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py index 1f0a059..43935f9 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py @@ -2378,7 +2378,7 @@ #---无空位置,替换--- return placeList[0] -def GetOutPutItemObj(itemID, itemCount=1, isBind=0, expireTime=0): +def GetOutPutItemObj(itemID, itemCount=1, isBind=1, expireTime=0): ''' 获取功能产出的物品实例 ''' curItem = ItemCommon.CreateSingleItem(itemID, itemCount, isBind, expireTime) -- Gitblit v1.8.0