From 03294fbea70c3e84a098a8dcdfbf11ebafb7a784 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期五, 21 九月 2018 23:01:59 +0800
Subject: [PATCH] 3654 增加被动技能任务跳转
---
System/WindowJump/WindowJumpMgr.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 5d0e8c9..8d135d4 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -364,6 +364,7 @@
case JumpUIType.SkillFunc1:
case JumpUIType.SkillFunc2:
case JumpUIType.SkillFunc3:
+ case JumpUIType.SkillFunc2Type2:
SetJumpLogic<SkillPanel>(_tagWinSearchModel.TABID);
break;
case JumpUIType.StrengthFunc1:
@@ -1109,6 +1110,7 @@
KnapSackFunc4 = 8,
SkillFunc1 = 9,
SkillFunc2 = 10,
+ SkillFunc2Type2 = 243, //琚姩鎶�鑳界晫闈�
SkillFunc3 = 11,
StrengthFunc1 = 12,
StrengthFunc2 = 13,
--
Gitblit v1.8.0