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/PlayerDogz.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py index fb1f598..7f4372d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py @@ -113,7 +113,7 @@ for equipIndex in equipIndexList: dogzItemPack = curPlayer.GetItemManager().GetPack(ShareDefine.rptDogzItem) curEquip = dogzItemPack.GetAt(equipIndex) - if not ItemCommon.CheckItemCanUse(curEquip) or ItemControler.GetIsAuctionItem(curEquip): + if not ItemCommon.CheckItemCanUse(curEquip): GameWorld.DebugLog("物品为空或不可用: equipIndex=%s" % equipIndex, playerID) continue if not ItemCommon.GetIsDogzEquip(curEquip): -- Gitblit v1.8.0