From ec03d591a58be4c7451a86e89674bba1c0f7f7dc Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 06 十二月 2018 19:25:21 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/FindPrecious/FindPreciousModel.cs b/System/FindPrecious/FindPreciousModel.cs
index b2ac86c..7f20411 100644
--- a/System/FindPrecious/FindPreciousModel.cs
+++ b/System/FindPrecious/FindPreciousModel.cs
@@ -113,6 +113,14 @@
             GameNetSystem.Instance.SendInfo(sendInfo);
         }
 
+        public void RequestQueryBossInfo(int bossId)
+        {
+            var sendInfo = new CA904_tagCGQueryBossInfo();
+            sendInfo.Count = 1;
+            sendInfo.BossIDList = new uint[] { (uint)bossId };
+            GameNetSystem.Instance.SendInfo(sendInfo);
+        }
+
         public void OnPreciousDropRecordUpdate(HA003_tagUniversalGameRecInfo _serverInfo)
         {
             if (_serverInfo.Type != 25)

--
Gitblit v1.8.0