From 7b83168dd103ded6d3e3214ec0584f0a6319c821 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 18 一月 2025 23:43:24 +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 b085424..bdaae0f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCompensationTube.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCompensationTube.py
@@ -171,8 +171,10 @@
                 
             ItemCommon.MakeEquipGS(curCreateItem)
             
-            if isPaimaiMail and ItemCommon.CheckItemIsEquip(curCreateItem):
-                EventShell.EventRespons_BuyAuctionEquip(curPlayer, curCreateItem.GetItemColor())
+            if isPaimaiMail:
+                EventShell.EventRespons_BuyAuction(curPlayer)
+                if ItemCommon.CheckItemIsEquip(curCreateItem):
+                    EventShell.EventRespons_BuyAuctionEquip(curPlayer, curCreateItem.GetItemColor())
                 
             #放入玩家背包
             ItemControler.PlayerItemControler(curPlayer).PutInItem(IPY_GameWorld.rptItem, curCreateItem, 

--
Gitblit v1.8.0