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; }