From d4b6151785016fb0f7b375d4638343d00548556f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 18 一月 2025 23:50:31 +0800
Subject: [PATCH] 10331 【越南】【英语】【BT】【砍树】境界修改 - 增加拍卖任务事件

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCompensationTube.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCompensationTube.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCompensationTube.py
index cb15b13..ec41231 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCompensationTube.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCompensationTube.py
@@ -154,8 +154,10 @@
                                             event=[ChConfig.ItemGive_Mail, False, {"MailGUID":curPackData.GUID}], setAttrDict=setAttrDict):
             GameWorld.ErrLog("OnGMRequestCompensationResult GivePlayerItem %s False" % itemID)
             continue
-        if isPaimaiMail and ItemCommon.GetIsEquip(itemData):
-            EventShell.EventRespons_BuyAuctionEquip(curPlayer, itemData.GetItemColor())
+        if isPaimaiMail:
+            EventShell.EventRespons_BuyAuction(curPlayer)
+            if ItemCommon.GetIsEquip(itemData):
+                EventShell.EventRespons_BuyAuctionEquip(curPlayer, itemData.GetItemColor())
             
     moneySource = curPackData.MoneySource + ChConfig.Def_GiveMoney_Unknown # 存值时为byte类型,使用时需还原回来
     if curPackData.Gold != 0:

--
Gitblit v1.8.0