From dc921fe8fea1039e9114a28e78ac08b5bceec62e Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 20 三月 2019 17:10:54 +0800
Subject: [PATCH] 6374 【后端】【2.0】删除无用功能代码、封包、配置(法宝之魂)
---
/dev/null | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
diff --git a/ClientPack/ClientToMapServer/CA5_Function/ActiveMWSoul b/ClientPack/ClientToMapServer/CA5_Function/ActiveMWSoul
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/ClientToMapServer/CA5_Function/ActiveMWSoul
+++ /dev/null
diff --git a/ClientPack/ClientToMapServer/CA5_Function/ActiveMWSoul.des b/ClientPack/ClientToMapServer/CA5_Function/ActiveMWSoul.des
deleted file mode 100644
index 65a1a9e..0000000
--- a/ClientPack/ClientToMapServer/CA5_Function/ActiveMWSoul.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 12 激活法宝之魂 #tagCMActiveMWSoul
diff --git a/ClientPack/ClientToMapServer/CA5_Function/ActiveMWSoul.h b/ClientPack/ClientToMapServer/CA5_Function/ActiveMWSoul.h
deleted file mode 100644
index e5706fb..0000000
--- a/ClientPack/ClientToMapServer/CA5_Function/ActiveMWSoul.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// A5 12 激活法宝之魂 #tagCMActiveMWSoul
-
-struct tagCMActiveMWSoul
-
-{
- tagHead Head;
- BYTE ID; //编号
-};
diff --git a/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo b/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo
+++ /dev/null
diff --git a/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.des b/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.des
deleted file mode 100644
index 87159c0..0000000
--- a/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-A3 53 法宝特权数据 #tagMCMWPrivilegeDataInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.h b/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.h
deleted file mode 100644
index e1a3211..0000000
--- a/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// A3 53 法宝特权数据 #tagMCMWPrivilegeDataInfo
-
-struct tagMCMWPrivilegeData
-{
- DWORD PriID; // 特权ID
- BYTE State; //激活状态
- DWORD CurValue; //当前总进度
- DWORD GotValue; //已领取进度
- BYTE ItemAwardState; //物品奖励是否已领取
-};
-
-struct tagMCMWPrivilegeDataInfo
-{
- tagHead Head;
- BYTE Count; // 信息个数
- tagMCMWPrivilegeData InfoList[Count]; // 信息列表
-};
--
Gitblit v1.8.0