| | |
| | | curItem = playerPack.GetAt(itemIndex)
|
| | | if curItem.IsEmpty():
|
| | | return
|
| | | if not curItem.GetIsBind():
|
| | | if not ItemControler.GetIsAuctionItem(curItem):
|
| | | GameWorld.Log("非拍品,绑定无法上架!", playerID)
|
| | | return
|
| | | itemGUID = curItem.GetGUID()
|
| | |
| | | curItem = playerPack.GetAt(itemIndex)
|
| | | if curItem.IsEmpty():
|
| | | return
|
| | | if not curItem.GetIsBind():
|
| | | if not ItemControler.GetIsAuctionItem(curItem):
|
| | | GameWorld.Log("非拍品,无法上架!", playerID)
|
| | | return
|
| | | curItemGUID = curItem.GetGUID()
|
| | |
| | | if curPlayer and not familyID:
|
| | | ItemCommon.DelItem(curPlayer, curItem, curItem.GetCount())
|
| | | else:
|
| | | if not curItem.GetIsBind():
|
| | | if not ItemControler.GetIsAuctionItem(curItem):
|
| | | GameWorld.Log("非拍品,绑定无法上架!", playerID)
|
| | | curItem.Clear()
|
| | | continue
|