Main/System/HeroUI/HeroListWin.cs
@@ -62,6 +62,7 @@
        // CreateScroller();
        Refresh();
        fiterManager.Display(0, SelectJobCountry);
    }
    protected override void OnPreClose()
@@ -101,6 +102,17 @@
        }
    }
    protected override void NextFrameAfterOpen()
    {
        if (!NewBieCenter.Instance.inGuiding && !HeroUIManager.Instance.isOpenHeroTip && TimeUtility.OpenDay < 3)
        {
            attrOnTip.SetActive(true);
            HeroUIManager.Instance.isOpenHeroTip = true;
        }
    }
    int FindJumpIndexByHeroID(int heroID)
    {
        int index = -1;