From 406e6d485ce67acb8667c5e72eb858644d8efdbf Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 20 八月 2018 09:47:35 +0800
Subject: [PATCH] Merge branch 'master' into DogzDungeon

---
 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 2f57a9e..a97dedd 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -685,7 +685,7 @@
                 var soulId = 0;
                 if (int.TryParse(_tagWinSearchModel.SelectActive, out soulId))
                 {
-                    ModelCenter.Instance.GetModel<TreasureModel>().gotoSoul = soulId;
+                    ModelCenter.Instance.GetModel<TreasureSoulModel>().gotoSoul = soulId;
                 }
                 SetJumpLogic<TreasureSoulWin>(_tagWinSearchModel.TABID);
                 break;

--
Gitblit v1.8.0