hch
12 小时以前 1cf37b4b51fc287ca3e443afb72604ec88f72cc4
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerChangeJob.py
@@ -105,7 +105,7 @@
    # 1.3 境界 - 被动技能
    for index in range(ipyDataMgr.GetRealmCount()):
        ipyData = ipyDataMgr.GetRealmByIndex(index)
        LearnSkillIDInfo = ipyData.GetLearnSkillIDInfo()
        LearnSkillIDInfo = {}
        if str(curJob) not in LearnSkillIDInfo:
            continue
        curJobLearnSkillIDList = LearnSkillIDInfo[str(curJob)]