协议更新
This commit is contained in:
parent
efc8aa3dde
commit
260b299f08
@ -37,8 +37,6 @@ local ProtoMsgType = {
|
||||
[822918426] = "MatchRsp",
|
||||
[834139466] = "ChapterGoldChallengeStartReq",
|
||||
[834141299] = "ChapterGoldChallengeStartRsp",
|
||||
[850670891] = "SummerBountyClaimByDiamondReq",
|
||||
[850672724] = "SummerBountyClaimByDiamondRsp",
|
||||
[904222760] = "ArenaBountyLevelUnlockReq",
|
||||
[904224593] = "ArenaBountyLevelUnlockRsp",
|
||||
[1008447203] = "DeleteReq",
|
||||
@ -63,6 +61,7 @@ local ProtoMsgType = {
|
||||
[1571186308] = "ChapterShardsChallengeFarmRsp",
|
||||
[1584689751] = "ActPaidResultReq",
|
||||
[1584691584] = "ActPaidResultRsp",
|
||||
[1635643251] = "RecoveryNtf",
|
||||
[1646412046] = "ChapterDailyChallengeSettlementReq",
|
||||
[1646413879] = "ChapterDailyChallengeSettlementRsp",
|
||||
[1651833678] = "ChapterWeaponChallengeStartReq",
|
||||
@ -130,8 +129,6 @@ local ProtoMsgType = {
|
||||
[3024280247] = "PVPSeasonRewardRsp",
|
||||
[3038151923] = "TaskDailyRefreshReq",
|
||||
[3038153756] = "TaskDailyRefreshRsp",
|
||||
[3039097236] = "SummerBountyClaimReq",
|
||||
[3039099069] = "SummerBountyClaimRsp",
|
||||
[3058879524] = "PVPRankReq",
|
||||
[3058881357] = "PVPRankRsp",
|
||||
[3062745642] = "FundAwardReq",
|
||||
@ -175,8 +172,6 @@ local ProtoMsgType = {
|
||||
[3663247602] = "MallDailyResetNtf",
|
||||
[3663314292] = "MallDailyResetReq",
|
||||
[3663316125] = "MallDailyResetRsp",
|
||||
[3739566473] = "SummerDataReq",
|
||||
[3739568306] = "SummerDataRsp",
|
||||
[3741702491] = "MallDailyOverDayReq",
|
||||
[3741704324] = "MallDailyOverDayRsp",
|
||||
[3757169544] = "BountyRewardReq",
|
||||
@ -195,8 +190,6 @@ local ProtoMsgType = {
|
||||
[4133059579] = "ChapterGoldChallengeFarmRsp",
|
||||
[4152754481] = "PVPChallengeStartReq",
|
||||
[4152756314] = "PVPChallengeStartRsp",
|
||||
[4155165814] = "SummerTaskClaimReq",
|
||||
[4155167647] = "SummerTaskClaimRsp",
|
||||
[4256333947] = "ExistReq",
|
||||
[4256335780] = "ExistRsp",
|
||||
},
|
||||
@ -238,8 +231,6 @@ local ProtoMsgType = {
|
||||
MatchRsp = 822918426,
|
||||
ChapterGoldChallengeStartReq = 834139466,
|
||||
ChapterGoldChallengeStartRsp = 834141299,
|
||||
SummerBountyClaimByDiamondReq = 850670891,
|
||||
SummerBountyClaimByDiamondRsp = 850672724,
|
||||
ArenaBountyLevelUnlockReq = 904222760,
|
||||
ArenaBountyLevelUnlockRsp = 904224593,
|
||||
DeleteReq = 1008447203,
|
||||
@ -264,6 +255,7 @@ local ProtoMsgType = {
|
||||
ChapterShardsChallengeFarmRsp = 1571186308,
|
||||
ActPaidResultReq = 1584689751,
|
||||
ActPaidResultRsp = 1584691584,
|
||||
RecoveryNtf = 1635643251,
|
||||
ChapterDailyChallengeSettlementReq = 1646412046,
|
||||
ChapterDailyChallengeSettlementRsp = 1646413879,
|
||||
ChapterWeaponChallengeStartReq = 1651833678,
|
||||
@ -331,8 +323,6 @@ local ProtoMsgType = {
|
||||
PVPSeasonRewardRsp = 3024280247,
|
||||
TaskDailyRefreshReq = 3038151923,
|
||||
TaskDailyRefreshRsp = 3038153756,
|
||||
SummerBountyClaimReq = 3039097236,
|
||||
SummerBountyClaimRsp = 3039099069,
|
||||
PVPRankReq = 3058879524,
|
||||
PVPRankRsp = 3058881357,
|
||||
FundAwardReq = 3062745642,
|
||||
@ -376,8 +366,6 @@ local ProtoMsgType = {
|
||||
MallDailyResetNtf = 3663247602,
|
||||
MallDailyResetReq = 3663314292,
|
||||
MallDailyResetRsp = 3663316125,
|
||||
SummerDataReq = 3739566473,
|
||||
SummerDataRsp = 3739568306,
|
||||
MallDailyOverDayReq = 3741702491,
|
||||
MallDailyOverDayRsp = 3741704324,
|
||||
BountyRewardReq = 3757169544,
|
||||
@ -396,8 +384,6 @@ local ProtoMsgType = {
|
||||
ChapterGoldChallengeFarmRsp = 4133059579,
|
||||
PVPChallengeStartReq = 4152754481,
|
||||
PVPChallengeStartRsp = 4152756314,
|
||||
SummerTaskClaimReq = 4155165814,
|
||||
SummerTaskClaimRsp = 4155167647,
|
||||
ExistReq = 4256333947,
|
||||
ExistRsp = 4256335780,
|
||||
},
|
||||
@ -439,8 +425,6 @@ local ProtoMsgType = {
|
||||
MatchRsp = "MatchRsp",
|
||||
ChapterGoldChallengeStartReq = "ChapterGoldChallengeStartReq",
|
||||
ChapterGoldChallengeStartRsp = "ChapterGoldChallengeStartRsp",
|
||||
SummerBountyClaimByDiamondReq = "SummerBountyClaimByDiamondReq",
|
||||
SummerBountyClaimByDiamondRsp = "SummerBountyClaimByDiamondRsp",
|
||||
ArenaBountyLevelUnlockReq = "ArenaBountyLevelUnlockReq",
|
||||
ArenaBountyLevelUnlockRsp = "ArenaBountyLevelUnlockRsp",
|
||||
DeleteReq = "DeleteReq",
|
||||
@ -465,6 +449,7 @@ local ProtoMsgType = {
|
||||
ChapterShardsChallengeFarmRsp = "ChapterShardsChallengeFarmRsp",
|
||||
ActPaidResultReq = "ActPaidResultReq",
|
||||
ActPaidResultRsp = "ActPaidResultRsp",
|
||||
RecoveryNtf = "RecoveryNtf",
|
||||
ChapterDailyChallengeSettlementReq = "ChapterDailyChallengeSettlementReq",
|
||||
ChapterDailyChallengeSettlementRsp = "ChapterDailyChallengeSettlementRsp",
|
||||
ChapterWeaponChallengeStartReq = "ChapterWeaponChallengeStartReq",
|
||||
@ -532,8 +517,6 @@ local ProtoMsgType = {
|
||||
PVPSeasonRewardRsp = "PVPSeasonRewardRsp",
|
||||
TaskDailyRefreshReq = "TaskDailyRefreshReq",
|
||||
TaskDailyRefreshRsp = "TaskDailyRefreshRsp",
|
||||
SummerBountyClaimReq = "SummerBountyClaimReq",
|
||||
SummerBountyClaimRsp = "SummerBountyClaimRsp",
|
||||
PVPRankReq = "PVPRankReq",
|
||||
PVPRankRsp = "PVPRankRsp",
|
||||
FundAwardReq = "FundAwardReq",
|
||||
@ -577,8 +560,6 @@ local ProtoMsgType = {
|
||||
MallDailyResetNtf = "MallDailyResetNtf",
|
||||
MallDailyResetReq = "MallDailyResetReq",
|
||||
MallDailyResetRsp = "MallDailyResetRsp",
|
||||
SummerDataReq = "SummerDataReq",
|
||||
SummerDataRsp = "SummerDataRsp",
|
||||
MallDailyOverDayReq = "MallDailyOverDayReq",
|
||||
MallDailyOverDayRsp = "MallDailyOverDayRsp",
|
||||
BountyRewardReq = "BountyRewardReq",
|
||||
@ -597,8 +578,6 @@ local ProtoMsgType = {
|
||||
ChapterGoldChallengeFarmRsp = "ChapterGoldChallengeFarmRsp",
|
||||
PVPChallengeStartReq = "PVPChallengeStartReq",
|
||||
PVPChallengeStartRsp = "PVPChallengeStartRsp",
|
||||
SummerTaskClaimReq = "SummerTaskClaimReq",
|
||||
SummerTaskClaimRsp = "SummerTaskClaimRsp",
|
||||
ExistReq = "ExistReq",
|
||||
ExistRsp = "ExistRsp",
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user