From 3f403bf12f2e6b9bfdcaaf7c494fa430fff2ac66 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 06 十二月 2018 18:04:52 +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