From 04fefb7d6170192981d376f48d71c53d7f8c0c05 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期六, 16 一月 2021 18:23:37 +0800 Subject: [PATCH] 8691 【BT】GM后台增加流向查询(上架拍品增加记录流向类型,冲突补同步); --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py | 2 +- 1 files changed, 1 insertions(+), 1 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 4c21baa..0e643cc 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py @@ -207,7 +207,7 @@ if sellCount != curItem.GetCount(): itemData["GUIDSrc"] = curItem.GetGUID() itemData["GUID"] = str(uuid.uuid1()).upper() # 不是全部卖掉的,生成新的GUID - ItemCommon.DelItem(curPlayer, curItem, sellCount) + ItemCommon.DelItem(curPlayer, curItem, sellCount, True, ChConfig.ItemDel_AuctionHouse) else: if not ItemControler.GetIsAuctionItem(curItem): GameWorld.Log("非拍品,绑定无法上架!", playerID) -- Gitblit v1.8.0