From e2510985a94f54236db54198063fedc0f960fa4a Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 25 十二月 2025 14:22:01 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/HeroUI/HeroBaseWin.cs |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/Main/System/HeroUI/HeroBaseWin.cs b/Main/System/HeroUI/HeroBaseWin.cs
index 5342bd9..422fab3 100644
--- a/Main/System/HeroUI/HeroBaseWin.cs
+++ b/Main/System/HeroUI/HeroBaseWin.cs
@@ -24,16 +24,23 @@
     }
 
 
+    protected override void OnOpen()
+    {
+        if (HappyXBModel.Instance.startTenCallGuide)
+        {
+            NewBieCenter.Instance.StartNewBieGuide(HappyXBModel.Instance.tenCallGuideID);
+            HappyXBModel.Instance.startTenCallGuide = false;
+
+        }
+    }
+
     protected override void OnPreClose()
     {
         base.OnPreClose();
+        
     }
 
 
-    public override void Refresh()
-    {
-
-    }
 
 
 

--
Gitblit v1.8.0