From f4f07847775c12b338d8bccedbbabc067dc1ae2c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期六, 18 八月 2018 14:34:26 +0800
Subject: [PATCH] Merge branch '法宝、法宝魂修改'
---
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