ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py
@@ -1173,7 +1173,7 @@ lastIpyData = ipyDataMgr.GetEquipSuitAttrByIndex(dataCount - 1) if not lastIpyData: return keyCount = lastIpyData.GetActivateIndex() / 31 keyCount = 1 + lastIpyData.GetActivateIndex() / 31 activateStateList = [] for i in xrange(keyCount): activateStateList.append(curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_EquipPartSuiteActivate % i))