From efd8fc71a66437c413b0c8770541ef9ca5ed5960 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 09 九月 2019 17:54:38 +0800 Subject: [PATCH] 8255 【后端】【主干】拍品可使用及上下架优化(拍品可直接使用) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWing.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWing.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWing.py index cf62770..eec57fe 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWing.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWing.py @@ -108,7 +108,7 @@ wingClassLV = ItemCommon.GetItemClassLV(curWing) for index in materialMessageList: curItem = itemPack.GetAt(index) - if not ItemCommon.CheckItemCanUse(curItem) or ItemControler.GetIsAuctionItem(curItem): + if not ItemCommon.CheckItemCanUse(curItem): GameWorld.DebugLog("这个格子没有合法材料,index=%s" % index) continue curItemID = curItem.GetItemTypeID() -- Gitblit v1.8.0