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

@@ -22,8 +22,8 @@ import "CodexType.proto";
option java_package = "emu.grasscutter.net.proto";
message CodexTypeData {
repeated uint32 codex_id_list = 14;
map<uint32, uint32> weapon_max_promote_level_map = 4;
CodexType type = 13;
repeated bool have_viewed_list = 5;
repeated bool have_viewed_list = 13;
repeated uint32 codex_id_list = 9;
map<uint32, uint32> weapon_max_promote_level_map = 12;
CodexType type = 14;
}