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()