From 6cd229135f9d68fd116638fb00c859419f75b76c Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 09 一月 2025 18:19:38 +0800
Subject: [PATCH] 9936 【BT】【英文】【越南】【砍树】人族法宝(增加任务进度奖励领取事件通知CustomAward)

---
 ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py
index 427b69f..4b0ab3a 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/AuctionHouse.py
@@ -2070,11 +2070,11 @@
     return
 
 def DR_AuctionHouse(curPlayer, eventName, drDict):
-    accID = "" if not curPlayer else curPlayer.GetAccID()
-    playerID = 0 if not curPlayer else curPlayer.GetPlayerID()
-    dataDict = {"EventName":eventName, "PlayerID":playerID, "AccID":accID}
-    dataDict.update(drDict)
-    DataRecordPack.SendEventPack("AuctionHouse", dataDict, curPlayer)
+#    accID = "" if not curPlayer else curPlayer.GetAccID()
+#    playerID = 0 if not curPlayer else curPlayer.GetPlayerID()
+#    dataDict = {"EventName":eventName, "PlayerID":playerID, "AccID":accID}
+#    dataDict.update(drDict)
+#    DataRecordPack.SendEventPack("AuctionHouse", dataDict, curPlayer)
     return
 
 def DoAddFamilyAuctionItem(mapID, familyAuctionItemDict):

--
Gitblit v1.8.0