From 73e29404c5bc9e0e516717f395edb894d81808d6 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 28 二月 2025 12:03:15 +0800
Subject: [PATCH] 0312 修复跨服天梯推送打开界面问题

---
 LogicProject/System/PlayerCommon/HeroControler.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/LogicProject/System/PlayerCommon/HeroControler.cs b/LogicProject/System/PlayerCommon/HeroControler.cs
index 6b530b9..ff891ef 100644
--- a/LogicProject/System/PlayerCommon/HeroControler.cs
+++ b/LogicProject/System/PlayerCommon/HeroControler.cs
@@ -139,6 +139,10 @@
         else if (id == 7)
         {
             WindowCenter.Instance.OpenIL<CrossServerQualifyingWin>();
+        }
+        else if (id == 8)
+        {
+            WindowCenter.Instance.Open<CrossServerWin>(false, 0);
         }
     }
 

--
Gitblit v1.8.0