hch
2018-11-30 4440cae9a947827004016e2cd486b639b3dca7e8
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRune.py
@@ -209,7 +209,10 @@
    curRuneType = curEff.GetEffectID()
    floorCnt = IpyGameDataPY.GetFuncCfg('TowerRuneType', 2)
    towerRuneTypeDict = IpyGameDataPY.GetFuncEvalCfg('TowerRuneType')
    for floor, typeList in towerRuneTypeDict.items():
    floorList = [int(i) for i in towerRuneTypeDict]
    floorList.sort()
    for floor in floorList:
        typeList = towerRuneTypeDict[str(floor)]
        if curRuneType in typeList:
            floorkey = (int(floor) - 1)*100+ floorCnt if int(floor) > 1 else 0
            return curPassLV >= floorkey