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/Player/PlayerControl.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
index dbd11ea..8f33bb6 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -2985,10 +2985,6 @@
     # 绝版降临
     PlayerFairyCeremony.AddFCCostGold(curPlayer, costType, price)
     PlayerNewFairyCeremony.AddFCCostGold(curPlayer, costType, price)
-    # 消费VIP
-#    if costVIPGold < 0:
-#        costVIPGold = price
-    #PlayerCostVIP.AddCostVIPExp(curPlayer, costType, costVIPGold)
     
     # 事件汇报
     #===========================================================================
@@ -3756,7 +3752,7 @@
         # if expViewType == ShareDefine.Def_ViewExpType_KillNPC:
         #    #mapID = GameWorld.GetMap().GetMapID()
         #    #if mapID in ChConfig.Def_FBMapID_BZZDAll:
-        #    #    nobleVIPOuterRate = PlayerCostVIP.GetBZZDExpAddRate(curPlayer)
+        #    #    nobleVIPOuterRate = ...
         #    #    #nobleVIPAddExp += 0 if not nobleVIPOuterRate else int(addExp * nobleVIPOuterRate / float(ChConfig.Def_MaxRateValue))
         #    #    nobleVIPAddExp += nobleVIPOuterRate
         #    

--
Gitblit v1.8.0