lcy
2026-02-12 0fd3d662ec09f023cb016e367aeae9d3d2267cf0
Main/System/Main/PlayerMainDate.cs
@@ -49,6 +49,14 @@
    public void PowerAdd(long power)
    {
        if (UIManager.Instance.IsOpened<NewBieWin>() )
        {
            if (UIManager.Instance.GetUI<NewBieWin>().IsFuncOpenGuide())
            {
                return;
            }
        }
        if (prowBool)
        {
            prowNum = power;
@@ -104,7 +112,7 @@
            return;
        }
        if (hero.IsInTeamByTeamType(TeamType.Story))
        if (hero.IsInTeamByTeamType(BattlePreSetType.Story))
        { 
            return;
        }