From bedbe88f1eedbcc77ef04ba6207b4997d38163d8 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期六, 18 一月 2025 23:49:22 +0800 Subject: [PATCH] 10331 【越南】【英语】【BT】【砍树】境界修改 - 增加拍卖任务事件 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py index 7f6d046..9503270 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py @@ -196,6 +196,7 @@ #扣物品 if curPlayer and not familyID: + EventShell.EventRespons_AddAuction(curPlayer) if ItemCommon.CheckItemIsEquip(curItem): EventShell.EventRespons_AddAuctionEquip(curPlayer, curItem.GetItemColor()) sellCount = itemInfo[1] if len(itemInfo) == 2 else 0 -- Gitblit v1.8.0