lcy
2026-01-22 ceabc7dde8514ed6bcfadfb5fe9fb37c45cc370e
Main/System/Settlement/BoneBattleVictoryWin.cs
@@ -22,7 +22,7 @@
    {
        scroller.OnRefreshCell += OnRefreshCell;
        CreateScroller();
        int funcId = BoneFieldManager.Instance.funcId;
        int funcId = (int)FuncOpenEnum.BoneBattle;
        txtFuncName.text = FuncOpenLVConfig.HasKey(funcId) ? FuncOpenLVConfig.Get(funcId).Name : string.Empty;
    }