From 6bfff64ce35930655c60f408a5e9f75148a2fdd9 Mon Sep 17 00:00:00 2001 From: Yuuki <6851027-yukiz@users.noreply.gitlab.com> Date: Sun, 27 Aug 2023 22:54:03 +0800 Subject: [PATCH] sync proto ForgeQueueData,GetScenePointRsp --- proto/ForgeQueueData.proto | 8 ++++---- proto/GetScenePointRsp.proto | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/proto/ForgeQueueData.proto b/proto/ForgeQueueData.proto index 6da7cbab..7c12ac0f 100644 --- a/proto/ForgeQueueData.proto +++ b/proto/ForgeQueueData.proto @@ -20,9 +20,9 @@ option java_package = "emu.grasscutter.net.proto"; message ForgeQueueData { uint32 total_finish_timestamp = 13; uint32 avatar_id = 8; - uint32 queue_id = 3; - uint32 finish_count = 14; - uint32 next_finish_timestamp = 11; - uint32 unfinish_count = 4; + uint32 finish_count = 3; + uint32 queueId = 14; + uint32 unfinishCount = 11; + uint32 next_finish_timestamp = 4; uint32 forge_id = 15; } diff --git a/proto/GetScenePointRsp.proto b/proto/GetScenePointRsp.proto index 75eef818..c84eab0f 100644 --- a/proto/GetScenePointRsp.proto +++ b/proto/GetScenePointRsp.proto @@ -20,16 +20,16 @@ option java_package = "emu.grasscutter.net.proto"; // Obf: PMONCPENJMK message GetScenePointRsp { repeated uint32 unlocked_point_list = 1; - repeated uint32 ELDLGKEKABI = 6; + repeated uint32 unhide_point_list = 6; bool FBFJPEPMAOF = 9; int32 retcode = 11; - repeated uint32 GILIFDOOHFF = 12; + repeated uint32 unlock_area_list = 12; repeated uint32 PPDDIADEDIC = 8; repeated uint32 OGKCOCBLNLF = 10; repeated uint32 EBIFELCKPEA = 7; repeated uint32 JJOHJDFINFN = 4; uint32 belong_uid = 14; - repeated uint32 unlockAreaList = 13; + repeated uint32 JCLHNODLPOH = 13; uint32 scene_id = 2; - repeated uint32 unhide_point_list = 3; + repeated uint32 KOPAHGHMECF = 3; }