Main/System/HeroUI/HeroUIManager.cs
@@ -32,6 +32,8 @@
    public List<int> heroSpecialAttrsForSelect = new List<int>();  //筛选用的特殊属性汇总
    public bool isOpenHeroTip = false;
    public override void Init()
    {
        DTC0102_tagCDBPlayer.beforePlayerDataInitializeEvent += OnBeforePlayerDataInitialize;
@@ -94,6 +96,7 @@
        heroCollectInfoDic.Clear();
        newHeroIDList.Clear();
        firstHeroIDBookUpdate = 0;
        isOpenHeroTip = false;
    }