From 2f97f91209b94b4938fe3c931cffbb2e655602e7 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 28 三月 2019 11:18:30 +0800
Subject: [PATCH] 6250 【后端】【2.0】拍卖行开发单(添加仙盟拍品转移到全服拍品记录)
---
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py
index bc48840..0e5358c 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py
@@ -381,6 +381,8 @@
auctionItemMgr.worldAuctionItemList.append(auctionItem)
notifyWorldAddItemList.append([itemGUID, itemID, playerID])
+ AddAuctionRecord(auctionItem, AuctionRecordResult_MoveToWorld)
+
# 添加进我的关注
for attentionPlayerID, attentionList in auctionItemMgr.myAttentionItemDict.items():
if itemID not in GetPlayerAuctionAttention(attentionMgr, attentionPlayerID):
--
Gitblit v1.8.0