From 87b3e6869c68151c87aac48e5f293b846679749e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 14 五月 2019 15:01:33 +0800 Subject: [PATCH] 6778 【后端】【2.0】任务接口开发(灵根品级从1开始) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | 2 +- 1 files changed, 1 insertions(+), 1 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 37a6ed7..ce75db2 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py @@ -4116,7 +4116,7 @@ # 点数品质属性 curPQLV = 0 pqIntervalList = ipyData.GetPointQualityIntervalList() - for pqLV, pqValue in enumerate(pqIntervalList, 1): + for pqLV, pqValue in enumerate(pqIntervalList, 1): # 灵根品级从1开始 if pointValue >= pqValue: curPQLV = pqLV else: -- Gitblit v1.8.0