From fec4c3017e9f4ee0c6f90ea83a79226b5b352cfc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 23 五月 2019 20:21:18 +0800
Subject: [PATCH] 6805 【后端】【2.0】副本前端化(删除无用包)
---
/dev/null | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/ClientPack/ClientToMapServer/CB1_ActionMap/GiveCustomFBPrize b/ClientPack/ClientToMapServer/CB1_ActionMap/GiveCustomFBPrize
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/ClientToMapServer/CB1_ActionMap/GiveCustomFBPrize
+++ /dev/null
diff --git a/ClientPack/ClientToMapServer/CB1_ActionMap/GiveCustomFBPrize.des b/ClientPack/ClientToMapServer/CB1_ActionMap/GiveCustomFBPrize.des
deleted file mode 100644
index d7962ce..0000000
--- a/ClientPack/ClientToMapServer/CB1_ActionMap/GiveCustomFBPrize.des
+++ /dev/null
@@ -1 +0,0 @@
-B1 09 结算自定义副本奖励 #tagCMGiveCustomFBPrize
diff --git a/ClientPack/ClientToMapServer/CB1_ActionMap/GiveCustomFBPrize.h b/ClientPack/ClientToMapServer/CB1_ActionMap/GiveCustomFBPrize.h
deleted file mode 100644
index 52484e9..0000000
--- a/ClientPack/ClientToMapServer/CB1_ActionMap/GiveCustomFBPrize.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B1 09 结算自定义副本奖励 #tagCMGiveCustomFBPrize
-
-struct tagCMGiveCustomFBPrize
-{
- tagHead Head;
- DWORD MapID;
- WORD FuncLineID;
-};
diff --git a/ClientPack/ClientToMapServer/CB1_ActionMap/RefreshCustomFBPrize b/ClientPack/ClientToMapServer/CB1_ActionMap/RefreshCustomFBPrize
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/ClientToMapServer/CB1_ActionMap/RefreshCustomFBPrize
+++ /dev/null
diff --git a/ClientPack/ClientToMapServer/CB1_ActionMap/RefreshCustomFBPrize.des b/ClientPack/ClientToMapServer/CB1_ActionMap/RefreshCustomFBPrize.des
deleted file mode 100644
index 1e24b8e..0000000
--- a/ClientPack/ClientToMapServer/CB1_ActionMap/RefreshCustomFBPrize.des
+++ /dev/null
@@ -1 +0,0 @@
-B1 08 刷新自定义副本奖励 #tagCMRefreshCustomFBPrize
diff --git a/ClientPack/ClientToMapServer/CB1_ActionMap/RefreshCustomFBPrize.h b/ClientPack/ClientToMapServer/CB1_ActionMap/RefreshCustomFBPrize.h
deleted file mode 100644
index ce0ae6f..0000000
--- a/ClientPack/ClientToMapServer/CB1_ActionMap/RefreshCustomFBPrize.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B1 08 刷新自定义副本奖励 #tagCMRefreshCustomFBPrize
-
-struct tagCMRefreshCustomFBPrize
-{
- tagHead Head;
- DWORD MapID;
- WORD FuncLineID;
-};
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo b/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo
+++ /dev/null
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.des b/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.des
deleted file mode 100644
index 89abf2d..0000000
--- a/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B2 14 自定义副本奖励信息 #tagMCCuntomFBPrizeInfo
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.h b/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.h
deleted file mode 100644
index 4d13eb6..0000000
--- a/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// B2 14 自定义副本奖励信息 #tagMCCuntomFBPrizeInfo
-
-struct tagMCCuntomFBPrizeInfo
-{
- tagHead Head;
- DWORD MapID;
- WORD FuncLineID;
- BYTE PrizeItemCount;
- DWORD PrizeItemIDList[PrizeItemCount];
-};
--
Gitblit v1.8.0