ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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: