ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossBoss.py
@@ -465,6 +465,8 @@
        bossInfoObj.RefreshSecond = max(0, refreshTime - (curTime - killedTime))
        bossInfoObj.RefreshCD = refreshTime
        bossInfo.BossInfoList.append(bossInfoObj)
        if len(bossInfo.BossInfoList) >= 250:
            break
        
    if not bossInfo.BossInfoList:
        return