From f3743744f8ce538a7f208f0f5f40d29cf80f335a Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期六, 22 九月 2018 02:34:45 +0800
Subject: [PATCH] 3607 修改麒麟之府跳转
---
System/WindowJump/WindowJumpMgr.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 8d135d4..1b0082e 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -705,6 +705,7 @@
SetJumpLogic<TreasureLevelUpWin>(0);
break;
case JumpUIType.Kylin:
+ dungeonModel.currentDungeon = new Dungeon(31990,0);
SetJumpLogic<MultipleDifficultyDungeonWin>(0);
break;
case JumpUIType.Kylin1:
--
Gitblit v1.8.0