From a154d2120d57e3f5ffb99fa66a4c78f9f41ea002 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 23 九月 2022 14:35:51 +0800
Subject: [PATCH] 9701 【后端】【越南】【BT7】【主干】跨服竞技64位排位赛(封包调整)

---
 /dev/null                                                                     |    1 -
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.h   |    9 +++++++++
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge     |    0 
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply          |    0 
 ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.des |    1 +
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.des |    1 +
 ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.h   |    4 ++--
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.h        |    8 ++++++++
 ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet     |    0 
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.des      |    1 +
 10 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialChallenge.des b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialChallenge.des
deleted file mode 100644
index 879bc71..0000000
--- a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialChallenge.des
+++ /dev/null
@@ -1 +0,0 @@
-C0 22 跨服排位仙官挑战 #tagCGChampionshipOfficialChallenge
diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialChallenge.h b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialChallenge.h
deleted file mode 100644
index eb4cd11..0000000
--- a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialChallenge.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// C0 22 跨服排位仙官挑战 #tagCGChampionshipOfficialChallenge
-
-struct	tagCGChampionshipOfficialChallenge
-{
-	tagHead		Head;
-	WORD		MainOfficialID;	//界主官职ID
-	WORD		OfficialID;	//挑战的目标官职ID
-	DWORD		PlayerID;		//挑战时的目标玩家ID
-};
diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApply.des b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApply.des
deleted file mode 100644
index 663caca..0000000
--- a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApply.des
+++ /dev/null
@@ -1 +0,0 @@
-C0 20 跨服排位仙官申请 #tagCGChmpionshipOfficialApply
diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApply.h b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApply.h
deleted file mode 100644
index 37c7615..0000000
--- a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApply.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// C0 20 跨服排位仙官申请 #tagCGChmpionshipOfficialApply
-
-struct	tagCGChmpionshipOfficialApply
-{
-	tagHead		Head;
-	WORD		MainOfficialID;	//界主官职ID
-	WORD		OfficialID;	//申请官职ID
-};
diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialChallenge b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge
similarity index 100%
rename from ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialChallenge
rename to ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.des b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.des
new file mode 100644
index 0000000..e943fa9
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.des
@@ -0,0 +1 @@
+C1 21 跨服排位仙官挑战 #tagCMChampionshipOfficialChallenge
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.h b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.h
new file mode 100644
index 0000000..988bf39
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.h
@@ -0,0 +1,9 @@
+// C1 21 跨服排位仙官挑战 #tagCMChampionshipOfficialChallenge
+
+struct	tagCMChampionshipOfficialChallenge
+{
+	tagHead		Head;
+	WORD		MainOfficialID;	//界主官职ID
+	WORD		OfficialID;	//挑战的目标官职ID
+	DWORD		PlayerID;		//挑战时的目标玩家ID
+};
diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApply b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply
similarity index 100%
rename from ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApply
rename to ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.des b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.des
new file mode 100644
index 0000000..1526058
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.des
@@ -0,0 +1 @@
+C1 20 跨服排位仙官申请 #tagCMChmpionshipOfficialApply
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.h b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.h
new file mode 100644
index 0000000..fd904c0
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.h
@@ -0,0 +1,8 @@
+// C1 20 跨服排位仙官申请 #tagCMChmpionshipOfficialApply
+
+struct	tagCMChmpionshipOfficialApply
+{
+	tagHead		Head;
+	WORD		MainOfficialID;	//界主官职ID
+	WORD		OfficialID;	//申请官职ID
+};
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyRet b/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet
similarity index 100%
rename from ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyRet
rename to ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.des b/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.des
new file mode 100644
index 0000000..85d142b
--- /dev/null
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.des
@@ -0,0 +1 @@
+C0 19 跨服排位仙官申请回应结果 #tagGCChmpionshipOfficialApplyReplyRet
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyRet.h b/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.h
similarity index 61%
rename from ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyRet.h
rename to ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.h
index b791a0b..e9f64d8 100644
--- a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyRet.h
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.h
@@ -1,6 +1,6 @@
-// C0 19 跨服排位仙官申请结果 #tagGCChmpionshipOfficialApplyRet
+// C0 19 跨服排位仙官申请回应结果 #tagGCChmpionshipOfficialApplyReplyRet
 
-struct	tagGCChmpionshipOfficialApplyRet
+struct	tagGCChmpionshipOfficialApplyReplyRet
 {
 	tagHead		Head;
 	BYTE		NameLen;
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyRet.des b/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyRet.des
deleted file mode 100644
index 9398e1d..0000000
--- a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyRet.des
+++ /dev/null
@@ -1 +0,0 @@
-C0 19 跨服排位仙官申请结果 #tagGCChmpionshipOfficialApplyRet

--
Gitblit v1.8.0