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

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_AuctionHouseGiveItem.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_AuctionHouseGiveItem.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_AuctionHouseGiveItem.py
index d5e9d4f..299ccfe 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_AuctionHouseGiveItem.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_AuctionHouseGiveItem.py
@@ -59,7 +59,8 @@
     if userData:
         curCreateItem.SetUserData(userData, len(userData))
         ItemCommon.MakeEquipGS(curCreateItem)
-        
+    
+    EventShell.EventRespons_BuyAuction(curPlayer)
     if ItemCommon.CheckItemIsEquip(curCreateItem):
         EventShell.EventRespons_BuyAuctionEquip(curPlayer, curCreateItem.GetItemColor())
         

--
Gitblit v1.8.0