From f6b41481ad949596ed3bcfb7d8d9a65bee57e256 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 28 三月 2019 14:43:31 +0800 Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(消费VIP、充值活动) --- 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 1d0a975..5c73c8d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py @@ -1455,24 +1455,6 @@ SendEventPack("TreasureResult", dataDict, curPlayer) return -## 消费VIP升级记录 -# @param curPlayer -# @param lastLV 原VIPLV -# @param curExp 当前VIP经验 -# @param addExp 增加VIP经验 -# @param costType 花费类型 -# @param costGold 花费数 -# @return: None -def DR_PlayerCostVIPLV(curPlayer, lastLV, curExp, addExp, costType, costGold): - - dataDict = {'PlayerID':curPlayer.GetPlayerID(), 'PlayerName':curPlayer.GetPlayerName(), - 'AccID':curPlayer.GetAccID(), 'VIPLv':curPlayer.GetVIPLv(), 'lastVIPLv':lastLV, - 'curExp':curExp, 'addExp':addExp, 'costType':costType, 'costGold':costGold} - - #发送封包 - SendEventPack("PlayerCostVIPLV", dataDict, curPlayer) - return - ## 玩家提交bug及建议 def DR_BugSuggest(curPlayer, eventName, content): -- Gitblit v1.8.0