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/GM/Commands/AddLegendAttr.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/AddLegendAttr.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/AddLegendAttr.py index 065254f..d7bf97d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/AddLegendAttr.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/AddLegendAttr.py @@ -41,10 +41,6 @@ GameWorld.DebugAnswer(curPlayer, "非装备无法获得传奇属性!") return - if ItemControler.GetIsAuctionItem(curItem): - GameWorld.DebugAnswer(curPlayer, "拍品无法生成传奇属性!") - return - isAllAttr = cmdList[1] if len(cmdList) > 1 else 0 legendAttrInfo = ItemControler.GetAddEquipLegendAttr(curItem, curPlayer, isAllAttr) if not legendAttrInfo: -- Gitblit v1.8.0