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 任务实例