ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGubao.py
@@ -337,8 +337,11 @@
        gubaoIDList = ipyData.GetGubaoIDList()
        if not gubaoIDList:
            continue
        starList = [gubaoStarDict.get(gubaoID, 0) for gubaoID in gubaoIDList]
        starList = [gubaoStarDict.get(gubaoID, -1) for gubaoID in gubaoIDList]
        minStar = min(starList) # 共鸣星级,取组合中最低古宝星级
        if minStar < 0:
            #GameWorld.DebugLog("共鸣存在未激活的古宝,无效")
            continue
        
        attrIpyDataList = IpyGameDataPY.GetIpyGameDataList("GubaoResonanceAttr", resonanceID)
        if not attrIpyDataList: