Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -24,15 +24,15 @@ import "ParentQuestRandomInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message ParentQuest {
repeated int32 quest_var = 14;
map<uint32, uint32> time_var_map = 8;
uint32 parent_quest_state = 1;
bool is_finished = 7;
repeated InferencePageInfo inference_page_list = 15;
ParentQuestRandomInfo random_info = 12;
repeated InferencePageInfo inference_page_list = 5;
repeated int32 quest_var = 7;
uint64 video_key = 11;
uint32 Unk3300_BOMOHKDHMNH = 15;
ParentQuestRandomInfo random_info = 9;
uint32 parent_quest_id = 3;
bool is_random = 13;
uint64 video_key = 6;
uint32 quest_var_seq = 11;
repeated ChildQuest child_quest_list = 9;
bool is_random = 12;
repeated ChildQuest child_quest_list = 8;
bool is_finished = 1;
map<uint32, uint32> time_var_map = 2;
uint32 Unk3300_PCIHJLPPHNJ = 14;
}