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):