hxp
2026-01-12 c24f0419a11e16c5ccd74767d1cbefc3778ef89a
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