From 84c5c00885b0718c6f102323ff79691a1e2b91ee Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 27 三月 2019 16:55:41 +0800
Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(页游领地争夺战)

---
 /dev/null |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarDailyAward b/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarDailyAward
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarDailyAward
+++ /dev/null
diff --git a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarDailyAward.des b/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarDailyAward.des
deleted file mode 100644
index 5b1ba5e..0000000
--- a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarDailyAward.des
+++ /dev/null
@@ -1 +0,0 @@
-AB 02 领取领地争夺战每日奖励 #tagCMGetManorWarDailyAward
diff --git a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarDailyAward.h b/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarDailyAward.h
deleted file mode 100644
index c2a2222..0000000
--- a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarDailyAward.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// AB 02 领取领地争夺战每日奖励 #tagCMGetManorWarDailyAward
-
-struct	 tagCMGetManorWarDailyAward
-{
-	tagHead		Head;
-	DWORD		MapID;	// 领地id
-};
diff --git a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarJoinAward b/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarJoinAward
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarJoinAward
+++ /dev/null
diff --git a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarJoinAward.des b/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarJoinAward.des
deleted file mode 100644
index e0c7810..0000000
--- a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarJoinAward.des
+++ /dev/null
@@ -1 +0,0 @@
-AB 01 领取领地争夺战参与奖 #tagCMGetManorWarJoinAward
diff --git a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarJoinAward.h b/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarJoinAward.h
deleted file mode 100644
index 90f8efc..0000000
--- a/ClientPack/ClientToMapServer/CAB_Activity/GetManorWarJoinAward.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// AB 01 领取领地争夺战参与奖 #tagCMGetManorWarJoinAward
-
-struct	 tagCMGetManorWarJoinAward
-{
-	tagHead		Head;
-};
diff --git a/ServerPack/GameServerPack/HAC_Activity/ManorWarInfo b/ServerPack/GameServerPack/HAC_Activity/ManorWarInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/GameServerPack/HAC_Activity/ManorWarInfo
+++ /dev/null
diff --git a/ServerPack/GameServerPack/HAC_Activity/ManorWarInfo.des b/ServerPack/GameServerPack/HAC_Activity/ManorWarInfo.des
deleted file mode 100644
index 51c0c7d..0000000
--- a/ServerPack/GameServerPack/HAC_Activity/ManorWarInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-AC 01 通知领地争夺占领情况 #tagGCManorWarInfo
diff --git a/ServerPack/GameServerPack/HAC_Activity/ManorWarInfo.h b/ServerPack/GameServerPack/HAC_Activity/ManorWarInfo.h
deleted file mode 100644
index 9f9ea63..0000000
--- a/ServerPack/GameServerPack/HAC_Activity/ManorWarInfo.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// AC 01 通知领地争夺占领情况 #tagGCManorWarInfo
-
-struct    tagGCManorInfo
-{
-	tagHead		Head;
-	DWORD		MapID;		// 领地地图id
-	DWORD		FamilyID;		// 占领战盟id
-	BYTE		FNameLen;	// 战盟名字长度
-	char		FamilyName[FNameLen];	// 战盟名 size = FNameLen
-	BYTE		LNameLen;	// 盟主名字长度
-	char		LeaderName[LNameLen];	// 盟主名 size = LNameLen
-	WORD		OccupyDays;		// 连续占领天数
-	DWORD		LastFamilyID;		// 上次占领的战盟id
-};
-
-struct    tagGCManorWarInfo
-
-{
-	tagHead		Head;
-	BYTE		ManorCnt;		//领地个数
-	tagGCManorInfo	ManorInfoList[ManorCnt];	//领地信息列表
-};
diff --git a/ServerPack/MapServerPack/HAB_Activity/ManorDailyAward b/ServerPack/MapServerPack/HAB_Activity/ManorDailyAward
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/MapServerPack/HAB_Activity/ManorDailyAward
+++ /dev/null
diff --git a/ServerPack/MapServerPack/HAB_Activity/ManorDailyAward.des b/ServerPack/MapServerPack/HAB_Activity/ManorDailyAward.des
deleted file mode 100644
index bdd99f8..0000000
--- a/ServerPack/MapServerPack/HAB_Activity/ManorDailyAward.des
+++ /dev/null
@@ -1 +0,0 @@
-AB 02  领地占领每日奖励领奖情况 #tagMCManorDailyAward
diff --git a/ServerPack/MapServerPack/HAB_Activity/ManorDailyAward.h b/ServerPack/MapServerPack/HAB_Activity/ManorDailyAward.h
deleted file mode 100644
index 82da509..0000000
--- a/ServerPack/MapServerPack/HAB_Activity/ManorDailyAward.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// AB 02  领地占领每日奖励领奖情况 #tagMCManorDailyAward
-
-struct    tagMCManorDailyAward
-
-{
-	tagHead		Head;
-	DWORD		AwardRecord;	// 按位表示每个领地领取情况;0-未领,1-已领
-};
diff --git a/ServerPack/MapServerPack/HAB_Activity/ManorWarResult b/ServerPack/MapServerPack/HAB_Activity/ManorWarResult
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/MapServerPack/HAB_Activity/ManorWarResult
+++ /dev/null
diff --git a/ServerPack/MapServerPack/HAB_Activity/ManorWarResult.des b/ServerPack/MapServerPack/HAB_Activity/ManorWarResult.des
deleted file mode 100644
index b711ea8..0000000
--- a/ServerPack/MapServerPack/HAB_Activity/ManorWarResult.des
+++ /dev/null
@@ -1 +0,0 @@
-AB 01  通知领地战结果 #tagMCManorWarResult
diff --git a/ServerPack/MapServerPack/HAB_Activity/ManorWarResult.h b/ServerPack/MapServerPack/HAB_Activity/ManorWarResult.h
deleted file mode 100644
index 8bebdcb..0000000
--- a/ServerPack/MapServerPack/HAB_Activity/ManorWarResult.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// AB 01  通知领地战结果 #tagMCManorWarResult
-
-struct    tagMCManorWarResult
-
-{
-	tagHead		Head;
-	BYTE		Type;		// 0-普通信息;1-活动结果总结
-	BYTE		Result;		// 战盟胜负情况;0-未知,1-胜利,2-失败
-	DWORD		JoinTime;		// 活动时总参与时间,毫秒
-	BYTE		JoinAward;	// 参与奖状态;0-不可领,1-可领,2-已领
-};

--
Gitblit v1.8.0