From 8616eb28d77bbc52933d23935708c36def607380 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 28 三月 2019 17:41:09 +0800 Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(转生系统) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunnerValue.py | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunnerValue.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunnerValue.py index 1cbf72d..c924849 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunnerValue.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunnerValue.py @@ -269,18 +269,6 @@ return #--------------------------------------------------------------------- -##获取玩家等级 -# @param curPlayer 玩家实例 -# @return 返回值, 玩家等级, 转生按161算 -# @remarks 获取玩家等级 -def __GetReincarnationLV(curPlayer): - curReinLV = curPlayer.GetReincarnationLv() - if curReinLV > 0: - return 161 - - return curPlayer.GetLV() - -#--------------------------------------------------------------------- ##每周工资在线时间替换 # @param curPlayer 玩家实例 # @param curMission 任务实例 -- Gitblit v1.8.0