From b4d5a32a7cc9035bb1efa29ad062cd2bd70ad898 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期二, 04 九月 2018 16:15:14 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/FindPrecious/BossIntroduceBehaviour.cs b/System/FindPrecious/BossIntroduceBehaviour.cs
index 18bb249..08ac38f 100644
--- a/System/FindPrecious/BossIntroduceBehaviour.cs
+++ b/System/FindPrecious/BossIntroduceBehaviour.cs
@@ -131,6 +131,9 @@
                     }
                     unusualRewards = demonJarConfig.RareItemID;
                     break;
+                case FindPreciousType.DogzDungeon:
+                    undoubtedlyRewards = Config.Instance.Get<DogzDungeonConfig>(bossId).RareItemID;
+                    break;
             }
 
             if (m_UndoubtedlyRewardGroup != null)

--
Gitblit v1.8.0