ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py
@@ -712,6 +712,7 @@ auctionItem.FamilyPlayerIDInfo = str(familyPlayerIDList) auctionItem.FamilyPlayerIDLen = len(auctionItem.FamilyPlayerIDInfo) auctionItem.AuctionType = AuctionType_Family if familyID else AuctionType_World GameWorld.Log("上架拍品: playerID=%s,familyID=%s,itemID=%s,auctionType=%s" % (playerID, familyID, itemID, auctionItem.AuctionType)) if not __InitAuctionItemAttrEx(auctionItem): return