From df2af1331d39ad7da3f833931c01e2391f575988 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 09 五月 2019 14:33:51 +0800
Subject: [PATCH] 6705 【后端】【2.0】天星塔功能

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
index af77405..8201199 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
@@ -2572,16 +2572,16 @@
     maxPassLV = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_TrialTower_PassLV) # 历史最大过关数
     return QuestRunnerValue.GetEval(conditionType, maxPassLV, conditionValue)
 
-##通关诛仙塔第X层
+##通关天星塔第X层
 # @param curPlayer 玩家实例
 # @param curMission 任务实例
 # @param curConditionNode 节点信息
 # @return 返回值, 是否判断成功
-# @remarks <Check_Zhuxiantower type="类型" value="值"/> 
-def ConditionType_Check_Zhuxiantower(curPlayer, curMission, curConditionNode):
+# @remarks <Check_Skytower type="类型" value="值"/> 
+def ConditionType_Check_Skytower(curPlayer, curMission, curConditionNode):
     conditionValue = GameWorld.ToIntDef(curConditionNode.GetAttribute("value"), 0)
     conditionType = curConditionNode.GetAttribute("type")
-    maxPassLV = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_ZhuXianTowerPassLV) # 历史最大过关数
+    maxPassLV = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_SkyTowerFloor) # 历史最大过关数
     return QuestRunnerValue.GetEval(conditionType, maxPassLV, conditionValue)
 
 def ConditionType_Get_Player_Coin(curPlayer, curMission, curConditionNode):

--
Gitblit v1.8.0