hch
2026-01-07 96aea786fc5cfb147a1b5e08f09a1fe2d27d31b0
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHero.py
@@ -1503,6 +1503,9 @@
    
    # 主阵容调整,重载生效的卡牌
    if lineupID == ShareDefine.Lineup_Main:
        for exclusiveMapID in ChConfig.ExclusiveBatAttrMapIDList:
            exclusiveLineup = olPlayer.GetLineup(lineupID, False, exclusiveMapID=exclusiveMapID)
            exclusiveLineup.UpdLineup(heroItemDict, shapeType)
        PlayerOnline.reloadEffHeroCard(curPlayer, olPlayer)
    return