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

---
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet.des     |    1 
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet.h       |    4 +-
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet         |    0 
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess.des                  |    1 
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess.h                    |   11 +++++
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo                  |    0 
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialChallengeRecordInfo.h |    4 +-
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship                    |    0 
 ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply.h      |   10 +++++
 ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo.des                 |    1 
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo.des              |    1 
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo.h                |   22 +++++++++++
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply              |    0 
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply.des          |    1 
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.h        |    1 
 ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply        |    0 
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialInfo.h                |    3 +
 ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo.h                   |    7 +++
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship.des                |    1 
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo.h                |   23 +++++++++++
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess                      |    0 
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship.h                  |    8 ++++
 /dev/null                                                                          |    1 
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo.des              |    1 
 ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo                     |    0 
 ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo                  |    0 
 ServerPack/GameServerPack/HC0_CrossRealm/CrossChampionshipPKZoneGroupInfo.h        |    2 
 ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply.h            |    9 ++++
 ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply.des    |    1 
 29 files changed, 106 insertions(+), 7 deletions(-)

diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApplyReply b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply
similarity index 100%
rename from ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApplyReply
rename to ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply
diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply.des b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply.des
new file mode 100644
index 0000000..b0c1860
--- /dev/null
+++ b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply.des
@@ -0,0 +1 @@
+C0 21 跨服排位仙官申请回应 #tagCGChampionshipOfficialApplyReply
diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply.h b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply.h
new file mode 100644
index 0000000..5fd6f22
--- /dev/null
+++ b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChampionshipOfficialApplyReply.h
@@ -0,0 +1,10 @@
+// C0 21 跨服排位仙官申请回应 #tagCGChampionshipOfficialApplyReply
+
+struct	tagCGChampionshipOfficialApplyReply
+{
+	tagHead		Head;
+	WORD		MainOfficialID;	//界主官职ID
+	WORD		OfficialID;	//申请官职ID
+	DWORD		PlayerID;		//申请的玩家ID
+	BYTE		IsOK;		//是否同意;1-是;0-否
+};
diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApplyReply.des b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApplyReply.des
deleted file mode 100644
index f0f5923..0000000
--- a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApplyReply.des
+++ /dev/null
@@ -1 +0,0 @@
-C0 21 跨服排位仙官申请回应 #tagCGChmpionshipOfficialApplyReply
diff --git a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApplyReply.h b/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApplyReply.h
deleted file mode 100644
index dbc8785..0000000
--- a/ClientPack/ClientToGameServer/CC0_CrossRealm/ChmpionshipOfficialApplyReply.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// C0 21 跨服排位仙官申请回应 #tagCGChmpionshipOfficialApplyReply
-
-struct	tagCGChmpionshipOfficialApplyReply
-{
-	tagHead		Head;
-	WORD		MainOfficialID;	//界主官职ID
-	WORD		OfficialID;	//申请官职ID
-	DWORD		PlayerID;		//申请的玩家ID
-	BYTE		IsOK;		//是否同意;1-是;0-否
-};
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess
similarity index 100%
copy from ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply
copy to ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess.des b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess.des
new file mode 100644
index 0000000..4cd83ba
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess.des
@@ -0,0 +1 @@
+C1 22 跨服排位竞猜 #tagCMChampionshipGuess
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess.h b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess.h
new file mode 100644
index 0000000..85438e5
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipGuess.h
@@ -0,0 +1,11 @@
+// C1 22 跨服排位竞猜 #tagCMChampionshipGuess
+
+struct	tagCMChampionshipGuess
+{
+	tagHead		Head;
+	BYTE		ZoneID;		//排位数据分区ID
+	BYTE		GuessType;	//竞猜类型 8-8强;4-4强排位
+	DWORD		PlayerID;		//目标玩家ID
+	BYTE		GuessCount;	//投注/追加份数
+	BYTE		GuessRank;	// 竞猜名次,没有名次的竞猜默认0;1-代表第一名
+};
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply
similarity index 100%
rename from ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply
rename to ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply.des b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply.des
new file mode 100644
index 0000000..57bebe0
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply.des
@@ -0,0 +1 @@
+C1 20 跨服排位仙官申请 #tagCMChampionshipOfficialApply
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply.h b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply.h
new file mode 100644
index 0000000..9473d6e
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialApply.h
@@ -0,0 +1,9 @@
+// C1 20 跨服排位仙官申请 #tagCMChampionshipOfficialApply
+
+struct	tagCMChampionshipOfficialApply
+{
+	tagHead		Head;
+	BYTE		ZoneID;		//仙官数据分区ID
+	WORD		MainOfficialID;	//界主官职ID
+	WORD		OfficialID;	//申请官职ID
+};
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.h b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.h
index 988bf39..bc3abec 100644
--- a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.h
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipOfficialChallenge.h
@@ -3,6 +3,7 @@
 struct	tagCMChampionshipOfficialChallenge
 {
 	tagHead		Head;
+	BYTE		ZoneID;		//仙官数据分区ID
 	WORD		MainOfficialID;	//界主官职ID
 	WORD		OfficialID;	//挑战的目标官职ID
 	DWORD		PlayerID;		//挑战时的目标玩家ID
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship
similarity index 100%
copy from ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply
copy to ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship.des b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship.des
new file mode 100644
index 0000000..91f818e
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship.des
@@ -0,0 +1 @@
+C1 23 跨服排位膜拜 #tagCMChampionshipWorship
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship.h b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship.h
new file mode 100644
index 0000000..67f0296
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChampionshipWorship.h
@@ -0,0 +1,8 @@
+// C1 23 跨服排位膜拜 #tagCMChampionshipWorship
+
+struct	tagCMChampionshipWorship
+{
+	tagHead		Head;
+	BYTE		ZoneID;		//仙官数据分区ID
+	DWORD		PlayerID;		//目标玩家ID
+};
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.des b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.des
deleted file mode 100644
index 1526058..0000000
--- a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.des
+++ /dev/null
@@ -1 +0,0 @@
-C1 20 跨服排位仙官申请 #tagCMChmpionshipOfficialApply
diff --git a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.h b/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.h
deleted file mode 100644
index fd904c0..0000000
--- a/ClientPack/ClientToMapServer/CC1_CrossRealm/ChmpionshipOfficialApply.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// C1 20 跨服排位仙官申请 #tagCMChmpionshipOfficialApply
-
-struct	tagCMChmpionshipOfficialApply
-{
-	tagHead		Head;
-	WORD		MainOfficialID;	//界主官职ID
-	WORD		OfficialID;	//申请官职ID
-};
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo
similarity index 100%
copy from ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet
copy to ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo.des b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo.des
new file mode 100644
index 0000000..f526e4d
--- /dev/null
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo.des
@@ -0,0 +1 @@
+C0 23 跨服排位竞猜个人信息 #tagGCChampionshipGuessPriInfo
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo.h b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo.h
new file mode 100644
index 0000000..950f858
--- /dev/null
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPriInfo.h
@@ -0,0 +1,23 @@
+// C0 23 跨服排位竞猜个人信息 #tagGCChampionshipGuessPriInfo
+
+struct	tagGCChampionshipGuessPlayerPri
+{
+	DWORD		PlayerID;		// 目标玩家ID
+	DWORD		MoneyTotal;	// 已投注该玩家货币总数
+	BYTE		GuessRank;	// 竞猜名次,没有名次的竞猜默认0;1-代表第一名
+};
+
+struct	tagGCChampionshipGuessPriList
+{
+	BYTE		GuessType;	//竞猜类型 8-8强;4-4强排位
+	BYTE		PlayerCount;
+	tagGCChampionshipGuessPlayerPri	GuessPlayerList[PlayerCount];	// 被竞猜玩家列表
+};
+
+struct	tagGCChampionshipGuessPriInfo
+{
+	tagHead		Head;
+	BYTE		ZoneID;		// 排位数据分区ID
+	BYTE		Count;
+	tagGCChampionshipGuessPriList		GuessList[Count];
+};
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo
similarity index 100%
copy from ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet
copy to ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo.des b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo.des
new file mode 100644
index 0000000..c3cfb09
--- /dev/null
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo.des
@@ -0,0 +1 @@
+C0 22 跨服排位竞猜公共信息 #tagGCChampionshipGuessPubInfo
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo.h b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo.h
new file mode 100644
index 0000000..edc3082
--- /dev/null
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipGuessPubInfo.h
@@ -0,0 +1,22 @@
+// C0 22 跨服排位竞猜公共信息 #tagGCChampionshipGuessPubInfo
+
+struct	tagGCChampionshipGuessPlayerPub
+{
+	DWORD		PlayerID;		// 目标玩家ID
+	DWORD		SupportCount;	// 支持人数
+};
+
+struct	tagGCChampionshipGuessPubList
+{
+	BYTE		GuessType;	//竞猜类型 8-8强;4-4强排位
+	BYTE		PlayerCount;
+	tagGCChampionshipGuessPlayerPub	GuessPlayerList[PlayerCount];	// 被竞猜玩家列表
+};
+
+struct	tagGCChampionshipGuessPubInfo
+{
+	tagHead		Head;
+	BYTE		ZoneID;		// 排位数据分区ID
+	BYTE		Count;
+	tagGCChampionshipGuessPubList		GuessList[Count];
+};
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet
similarity index 100%
rename from ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet
rename to ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet.des b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet.des
new file mode 100644
index 0000000..8dd59c0
--- /dev/null
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet.des
@@ -0,0 +1 @@
+C0 19 跨服排位仙官申请回应结果 #tagGCChampionshipOfficialApplyReplyRet
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.h b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet.h
similarity index 60%
rename from ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.h
rename to ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet.h
index e9f64d8..faaa527 100644
--- a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.h
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialApplyReplyRet.h
@@ -1,6 +1,6 @@
-// C0 19 跨服排位仙官申请回应结果 #tagGCChmpionshipOfficialApplyReplyRet
+// C0 19 跨服排位仙官申请回应结果 #tagGCChampionshipOfficialApplyReplyRet
 
-struct	tagGCChmpionshipOfficialApplyReplyRet
+struct	tagGCChampionshipOfficialApplyReplyRet
 {
 	tagHead		Head;
 	BYTE		NameLen;
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialChallengeRecordInfo.h b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialChallengeRecordInfo.h
index 99684ce..cf3a4d3 100644
--- a/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialChallengeRecordInfo.h
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialChallengeRecordInfo.h
@@ -4,8 +4,8 @@
 {
 	BYTE		NameLen;
 	char		PlayerName[NameLen];
-	char		TimeStr[19]; // 结算时间,格式 yyyy-MM-dd HH:mm:ss
-	BYTE		IsWin;	//是否获胜;1-是;0-否;目前暂只记录获胜记录
+	DWORD		ChallengeTime;	//挑战时间戳
+	BYTE		Ret;		//挑战结果;0-失败;1-获胜;
 };
 
 struct	tagGCChampionshipOfficialChallengeRecordInfo
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialInfo.h b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialInfo.h
index 18de11c..f402e39 100644
--- a/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialInfo.h
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/ChampionshipOfficialInfo.h
@@ -17,6 +17,7 @@
 	DWORD		OfficialID;	// 官职ID
 	DWORD		LastDismissJuniorTime;	// 上次辞退下级仙官时间戳,跨服时间,如果自己是本界主时,用于计算辞退CD
 	DWORD		WorshipCount;	// 被膜拜次数
+	BYTE		WorshipDouble;	// 今日是否双倍膜拜,仅在规定时间点内有用
 	tagGCChampionshipOfficialPlayer	OfficialPlayer;	// 任职玩家信息,可能没有
 	BYTE		ApplyPlayerCount;		// 申请该仙官玩家数
 	tagGCChampionshipOfficialPlayer	ApplyPlayerList[ApplyPlayerCount];	// 申请该仙官玩家列表
@@ -25,7 +26,7 @@
 struct	tagGCChampionshipOfficialInfo
 {
 	tagHead		Head;
-	BYTE		ZoneID;		// 分区ID
+	BYTE		ZoneID;		// 官职数据分区ID
 	BYTE		OfficialCount;	// 官职数,包含界主及所有仙官
 	tagGCChampionshipOfficial		OfficialList[OfficialCount];
 };
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.des b/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.des
deleted file mode 100644
index 85d142b..0000000
--- a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet.des
+++ /dev/null
@@ -1 +0,0 @@
-C0 19 跨服排位仙官申请回应结果 #tagGCChmpionshipOfficialApplyReplyRet
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/CrossChampionshipPKZoneGroupInfo.h b/ServerPack/GameServerPack/HC0_CrossRealm/CrossChampionshipPKZoneGroupInfo.h
index ee8ef0d..716b769 100644
--- a/ServerPack/GameServerPack/HC0_CrossRealm/CrossChampionshipPKZoneGroupInfo.h
+++ b/ServerPack/GameServerPack/HC0_CrossRealm/CrossChampionshipPKZoneGroupInfo.h
@@ -32,7 +32,7 @@
 	tagHead		Head;
 	DWORD		ActID;		// 活动ID,活动ID不同则可重置前端排位赛相关缓存数据
 	BYTE		StateError;	// 本次活动是否已经出现流程状态异常;如服务器异常或维护服务器导致跳过步骤,则会废弃该次比赛,直到下次新活动;
-	BYTE		ZoneID;		// 分区ID
+	BYTE		ZoneID;		// 排位分区ID
 	BYTE		PlayerCount;	// 参赛玩家数
 	tagGCCrossChampionshipPKPlayer	PlayerList[PlayerCount];
 	WORD		GroupCount;
diff --git a/ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet b/ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo
similarity index 100%
copy from ServerPack/GameServerPack/HC0_CrossRealm/ChmpionshipOfficialApplyReplyRet
copy to ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo
diff --git a/ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo.des b/ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo.des
new file mode 100644
index 0000000..7ca32be
--- /dev/null
+++ b/ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo.des
@@ -0,0 +1 @@
+C1 09 跨服排位玩家信息 #tagMCChampionshipPlayerInfo
diff --git a/ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo.h b/ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo.h
new file mode 100644
index 0000000..b11614f
--- /dev/null
+++ b/ServerPack/MapServerPack/HC1_CrossRealm/ChampionshipPlayerInfo.h
@@ -0,0 +1,7 @@
+// C1 09 跨服排位玩家信息 #tagMCChampionshipPlayerInfo
+
+struct	tagMCChampionshipPlayerInfo
+{
+	tagHead		Head;
+	BYTE		WorshipCount;	// 今日已膜拜次数
+};

--
Gitblit v1.8.0