hxp
2019-03-20 c24be2a64b5db696a92b6afea349c1766f2e699b
3085 【BUG】【2.0】拍卖,拍下物品没有广播
1个文件已修改
4 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py
@@ -460,6 +460,10 @@
                                                 detail=detail, moneySource=ChConfig.Def_GiveMoney_AuctionGain)
                
            AddAuctionRecord(auctionItem, AuctionRecordResult_SellOK)
            ipyData = IpyGameDataPY.GetIpyGameData("AuctionItem", itemID)
            if ipyData and ipyData.GetNeedWorldNotify():
                PlayerControl.WorldNotify(0, "Paimai6", [auctionItem.BidderName, bidderID, auctionItem.AuctionType, bidderPrice, itemID])
        else:
            # 仙盟拍品回收
            if familyID: