From f4a3649ee98ba5a3b47632ba7a05ea7d52b2e4ba Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 13 一月 2020 14:25:13 +0800
Subject: [PATCH] 8364 【恺英】【后端】缥缈随机任务(删除封包)

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

diff --git a/ClientPack/ClientToMapServer/CA2_Interaction/RefreshPiaomiaoTask b/ClientPack/ClientToMapServer/CA2_Interaction/RefreshPiaomiaoTask
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/ClientToMapServer/CA2_Interaction/RefreshPiaomiaoTask
+++ /dev/null
diff --git a/ClientPack/ClientToMapServer/CA2_Interaction/RefreshPiaomiaoTask.des b/ClientPack/ClientToMapServer/CA2_Interaction/RefreshPiaomiaoTask.des
deleted file mode 100644
index 1600d59..0000000
--- a/ClientPack/ClientToMapServer/CA2_Interaction/RefreshPiaomiaoTask.des
+++ /dev/null
@@ -1 +0,0 @@
-A2 08 刷新缥缈任务 #tagCMRefreshPiaomiaoTask
diff --git a/ClientPack/ClientToMapServer/CA2_Interaction/RefreshPiaomiaoTask.h b/ClientPack/ClientToMapServer/CA2_Interaction/RefreshPiaomiaoTask.h
deleted file mode 100644
index 3506c43..0000000
--- a/ClientPack/ClientToMapServer/CA2_Interaction/RefreshPiaomiaoTask.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// A2 08 刷新缥缈任务 #tagCMRefreshPiaomiaoTask
-
-struct	tagCMRefreshPiaomiaoTask
-{
-	tagHead		Head;
-};
diff --git a/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo b/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo
+++ /dev/null
diff --git a/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.des b/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.des
deleted file mode 100644
index d2af878..0000000
--- a/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-A7 20 缥缈任务信息 #tagMCPiaomiaoTaskInfo
diff --git a/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.h b/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.h
deleted file mode 100644
index ca6664b..0000000
--- a/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// A7 20 缥缈任务信息 #tagMCPiaomiaoTaskInfo
-
-struct	tagMCPiaomiaoTaskInfo
-{
-	tagHead		Head;
-	BYTE		FinishCount;	//今日已完成次数
-	BYTE		RefreshCount;	//今日已刷新次数
-	BYTE		TaskCount;
-	DWORD		TaskIDList[TaskCount];	//刷新任务ID列表[taskID,...]	
-};

--
Gitblit v1.8.0