From 54c8b15218929d0f8ccd04124144f9fe5ba6e4a7 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 28 九月 2018 23:54:21 +0800
Subject: [PATCH] 1 去除无用旧代码

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py
index df8668c..f82909c 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py
@@ -572,16 +572,6 @@
         posX = curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_TransPosX)
         posY = curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_TransPosY)
         
-        #执行逻辑,应该在入口设置好消耗,这边只是扣除
-        #=======================================================================
-        # isFreedomTransBuff = SkillCommon.GetPlayerBuffBySkillTypeID(curPlayer, ShareDefine.Def_FreedomTransBuffID)
-        # if transportType == ChConfig.Def_Transport_Type_BigMap or not isFreedomTransBuff:
-        #    isAutoBuy = curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_TransAutoBuyItem)
-        #    #传送支付处理
-        #    if not ChPlayer.PayForTransport(curPlayer, transportType, isAutoBuy):
-        #        return
-        #=======================================================================
-        
         if not TransCostAfterPrepare(curPlayer):
             return
         

--
Gitblit v1.8.0