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