From bba74aa629c2329e2da5519465a72206e7fd1fda Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 19 十二月 2024 12:14:39 +0800
Subject: [PATCH] 10296 轮回殿 古宝轮回点前往直接跳转到对应页签
---
System/WindowJump/WindowJumpMgr.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 5987073..98b3356 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -1585,6 +1585,10 @@
ModelCenter.Instance.GetModel<PhantasmPavilionModel>().selectItemId = fristIndex3;
WindowCenter.Instance.Open<PhantasmPavilionWin>();
break;
+ case JumpUIType.GuBaoXB:
+ TreasurePavilionModel.Instance.isShowLuckyDraw = true;
+ WindowCenter.Instance.OpenIL<TreasurePavilionWin>();
+ break;
}
return true;
@@ -2278,6 +2282,7 @@
default13,//鐏靛疇鍩瑰吇
default63 = 472, //鑺傛棩-鍏呭�煎ぇ绀煎寘
+ GuBaoXB = 498, //鍙ゅ疂瀵诲疂
CelestialPalaceCell = 500, //澶╅亾鏋�
CelestialPalaceHell = 501, //浠欏瀹
CelestialPalaceTree = 502, //浠欏澶╅亾鏍�
--
Gitblit v1.8.0