From 41a6e87783d042bf3e0ecebfa772443f2b5ed95d Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 06 六月 2019 17:22:55 +0800
Subject: [PATCH] 7132 【2.0】【开发】打宝界面优化2

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

diff --git a/System/FindPrecious/BossIntroduceBehaviour.cs b/System/FindPrecious/BossIntroduceBehaviour.cs
index 4399a1e..499d0c6 100644
--- a/System/FindPrecious/BossIntroduceBehaviour.cs
+++ b/System/FindPrecious/BossIntroduceBehaviour.cs
@@ -138,10 +138,6 @@
 
                     newRewards = demonJarConfig.NewItemIds;
                     break;
-                case FindPreciousType.DogzDungeon:
-                    undoubtedlyRewards = DogzDungeonConfig.Get(bossId).RareItemID;
-                    newRewards = DogzDungeonConfig.Get(bossId).NewItemIds;
-                    break;
                 case FindPreciousType.CrossServerBoss:
                     undoubtedlyRewards = CrossServerBossConfig.Get(bossId).RareItemID;
                     newRewards = CrossServerBossConfig.Get(bossId).NewItemIds;

--
Gitblit v1.8.0