From 52c38980ca3ca96e80a932e91a84707b6e8f64fe Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 15 五月 2025 10:51:13 +0800
Subject: [PATCH] 16 卡牌服务端(屏蔽上架系统拍品)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py |    2 ++
 1 files changed, 2 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 9503270..5c33078 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py
@@ -231,6 +231,8 @@
     ''' 上架系统拍品
     @param sysAuctionItemList: [物品ID, [阶,颜色,[部位, ...],是否套装,星级,[可选参数职业, ...]], ...]
     '''
+    #先屏蔽上架系统拍品,日志影响地图功能开发,之后拍卖行功能也会删除 - sg
+    return
     GameWorld.Log("上架系统拍品: %s" % sysAuctionItemList)
     
     isAuctionItem = True

--
Gitblit v1.8.0