From 3fbc47236ef68bd383237b9dad54c3a7658e03a3 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 14 十月 2021 15:02:30 +0800
Subject: [PATCH] 9300 【BT5】【主干】【后端】新增:法器进阶

---
 ServerPack/MapServerPack/HA3_Function/FaQiInfo         |    0 
 ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp.des |    1 +
 ServerPack/MapServerPack/HA3_Function/FaQiInfo.des     |    1 +
 ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp     |    0 
 ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp.h   |    8 ++++++++
 ServerPack/MapServerPack/HA3_Function/FaQiInfo.h       |    8 ++++++++
 6 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp b/ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp
diff --git a/ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp.des b/ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp.des
new file mode 100644
index 0000000..680209e
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp.des
@@ -0,0 +1 @@
+A5 32 法器升级 #tagCMFaQiLVUp
diff --git a/ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp.h b/ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp.h
new file mode 100644
index 0000000..2e3a4b6
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA5_Function/FaQiLVUp.h
@@ -0,0 +1,8 @@
+// A5 32 法器升级 #tagCMFaQiLVUp
+
+struct	tagCMFaQiLVUp
+{
+	tagHead		Head;
+	WORD		UseItemCnt;		//消耗材料个数
+	BYTE		IsAutoBuy;		//是否自动购买
+};
diff --git a/ServerPack/MapServerPack/HA3_Function/FaQiInfo b/ServerPack/MapServerPack/HA3_Function/FaQiInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/FaQiInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/FaQiInfo.des b/ServerPack/MapServerPack/HA3_Function/FaQiInfo.des
new file mode 100644
index 0000000..1b2494f
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/FaQiInfo.des
@@ -0,0 +1 @@
+A3 54 法器信息 #tagMCFaQiInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/FaQiInfo.h b/ServerPack/MapServerPack/HA3_Function/FaQiInfo.h
new file mode 100644
index 0000000..dd4a331
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/FaQiInfo.h
@@ -0,0 +1,8 @@
+// A3 54 法器信息 #tagMCFaQiInfo
+
+struct	tagMCFaQiInfo
+{
+	tagHead		Head;
+	BYTE		LV;		//等阶
+	DWORD		EatItemCount;	//当前阶已吃丹个数
+};

--
Gitblit v1.8.0