hxp
2025-05-28 09fef77b16601ee5b0f53f34ccb23804b8448c8c
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)]