From 99ec4075b3cf616d4047c830175be62221ef7104 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 22 九月 2018 00:05:30 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 5759e78..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:
@@ -558,6 +559,7 @@
                 SetJumpLogic<FindPreciousFrameWin>(_tagWinSearchModel.TABID);
                 break;
             case JumpUIType.LootPreciousFrameFunc1:
+            case JumpUIType.DogzDungeon:
                 SetJumpLogic<LootPreciousFrameWin>(_tagWinSearchModel.TABID);
                 break;
             case JumpUIType.LootPreciousFrameSpec:
@@ -1108,6 +1110,7 @@
     KnapSackFunc4 = 8,
     SkillFunc1 = 9,
     SkillFunc2 = 10,
+    SkillFunc2Type2 = 243, //琚姩鎶�鑳界晫闈�
     SkillFunc3 = 11,
     StrengthFunc1 = 12,
     StrengthFunc2 = 13,
@@ -1180,6 +1183,7 @@
     WelfareFunc1 = 102, //绛惧埌
     WelfareFunc2 = 103,  //绁堟効
     LootPreciousFrameFunc1 = 104, //灏侀瓟鍧�
+    DogzDungeon = 242, //寮傚吔涔嬪湴
     SystemSettingFunc1 = 109,//鎸傛満璁剧疆
 
     RebornOpenBag = 113,//姝讳骸澶嶆椿鎵撳紑鑳屽寘

--
Gitblit v1.8.0