From a14f81ba1ff669a505adc3acf2dbccce205c415e Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期六, 22 九月 2018 02:36:50 +0800
Subject: [PATCH] 3697 修改麒麟之府跳转

---
 System/WindowJump/WindowJumpMgr.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 1b0082e..08b9a4d 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -705,7 +705,7 @@
                 SetJumpLogic<TreasureLevelUpWin>(0);
                 break;
             case JumpUIType.Kylin:
-                dungeonModel.currentDungeon = new Dungeon(31990,0);
+                dungeonModel.currentDungeon = new Dungeon(31190, 0);
                 SetJumpLogic<MultipleDifficultyDungeonWin>(0);
                 break;
             case JumpUIType.Kylin1:

--
Gitblit v1.8.0