From 8f1ee50d9851f50eb17b8d5b5d7f42e33de85dbc Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 16 十一月 2018 10:30:37 +0800
Subject: [PATCH] 4715 冰晶矿脉封包

---
 ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo     |    0 
 ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo.des |    1 +
 ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo.h   |   11 +++++++++++
 3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo b/ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo.des b/ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo.des
new file mode 100644
index 0000000..dd4423f
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo.des
@@ -0,0 +1 @@
+B2 04 冰晶矿脉信息通知 #tagMCIceLodeInfo
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo.h b/ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo.h
new file mode 100644
index 0000000..02ba947
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/IceLodeInfo.h
@@ -0,0 +1,11 @@
+// B2 04 冰晶矿脉信息通知 #tagMCIceLodeInfo
+
+struct    tagMCIceLodeInfo
+{
+	tagHead		 Head;
+	BYTE		Cnt;	// 今日玩法数量
+	BYTE		LineList[Cnt];	// 玩法列表
+	DWORD		AwardRecord;	// 领奖记录
+	BYTE		HasSweep;	// 是否已扫荡
+	WORD		DayLV;		// 今日等级
+};

--
Gitblit v1.8.0