From da9ed101ead94b68748fb7ce393f24a52c93f537 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 10 九月 2018 19:53:26 +0800
Subject: [PATCH] 3335  代码维护

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

diff --git a/System/FindPrecious/FindPreciousBossRebornBehaviour.cs b/System/FindPrecious/FindPreciousBossRebornBehaviour.cs
index 197dda7..ed6f46e 100644
--- a/System/FindPrecious/FindPreciousBossRebornBehaviour.cs
+++ b/System/FindPrecious/FindPreciousBossRebornBehaviour.cs
@@ -45,24 +45,10 @@
         {
             if (model.currentBossNotify != 0)
             {
-                var type = model.GetBossFindPreciousType(model.currentBossNotify);
-                if (type == FindPreciousType.DemonJar)
-                {
-                    if (demonJarModel.GetSurplusTimes() <= 0)
-                    {
-                        m_ContainerBossReborn.gameObject.SetActive(false);
-                    }
-                }
-                else
-                {
-
-                }
-
                 m_ContainerBossReborn.gameObject.SetActive(true);
 
                 var bossId = model.currentBossNotify;
                 var config = Config.Instance.Get<NPCConfig>(bossId);
-
                 if (config != null)
                 {
                     m_BossIcon.SetSprite(config.HeadPortrait);

--
Gitblit v1.8.0