From 4a6c37cff914cd5b16df9a9d2062420c9b4ee1bd Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 20 一月 2021 17:05:28 +0800 Subject: [PATCH] 1111 【主干】【后端】屏蔽部分流向(拍卖行、队伍、强化、分解); --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py | 10 +++++----- 1 files changed, 5 insertions(+), 5 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 0e643cc..7f6d046 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py @@ -290,11 +290,11 @@ return def DR_AuctionHouse(curPlayer, eventName, drDict): - accID = "" if not curPlayer else curPlayer.GetAccID() - playerID = 0 if not curPlayer else curPlayer.GetPlayerID() - dataDict = {"EventName":eventName,"PlayerID":playerID, "AccID":accID} - dataDict.update(drDict) - DataRecordPack.SendEventPack("AuctionHouse", dataDict, curPlayer) +# accID = "" if not curPlayer else curPlayer.GetAccID() +# playerID = 0 if not curPlayer else curPlayer.GetPlayerID() +# dataDict = {"EventName":eventName,"PlayerID":playerID, "AccID":accID} +# dataDict.update(drDict) +# DataRecordPack.SendEventPack("AuctionHouse", dataDict, curPlayer) return -- Gitblit v1.8.0