From 21c4e463b7e28092ed991cae48172c95498728f5 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 28 三月 2019 18:04:18 +0800 Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(旧商城系统) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py index 770f6ea..3cf2797 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py @@ -430,24 +430,6 @@ #发送封包 SendEventPack("PlayerCoinAfterCharge", dataDict, curPlayer) return - - -## 玩家商城购买物品 -# @param curPlayer: 玩家实例 -# @param buyItemID: 购买物品id -# @param buyItemCount: 购买物品数量 -# @param buyItemGUID: GUID -# @return: None -def DR_PlayerSupermarket(curPlayer, buyItemID, buyItemCount, buyItemGUID): - - dataDict = {'PlayerID':curPlayer.GetPlayerID(), 'PlayerName':curPlayer.GetPlayerName(), - 'AccID':curPlayer.GetAccID(), 'ItemID':buyItemID, 'ItemCount':buyItemCount, - 'ItemGUID':buyItemGUID} - - #发送封包 - SendEventPack("PlayerSupermarket", dataDict, curPlayer) - return - ## 玩家升级 # @param curPlayer: 玩家实例 -- Gitblit v1.8.0