hch
2019-04-27 552f4ce1704ee326eded21f56f032c7db0e11f4f
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerWing.py
@@ -23,6 +23,7 @@
import ItemCommon
import GameFuncComm
import PlayerSuccess
import ItemControler
import ChEquip
import random
@@ -107,7 +108,7 @@
    wingClassLV = ItemCommon.GetItemClassLV(curWing)
    for index in materialMessageList:
        curItem = itemPack.GetAt(index)
        if not ItemCommon.CheckItemCanUse(curItem):
        if not ItemCommon.CheckItemCanUse(curItem) or ItemControler.GetIsAuctionItem(curItem):
            GameWorld.DebugLog("这个格子没有合法材料,index=%s" % index)
            continue
        curItemID = curItem.GetItemTypeID()