From ec901bfd42ee3f46f5b5269e2a838da1ef111455 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 25 九月 2018 10:52:40 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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..08b9a4d 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(31190, 0);
                 SetJumpLogic<MultipleDifficultyDungeonWin>(0);
                 break;
             case JumpUIType.Kylin1:

--
Gitblit v1.8.0