update proto part 8

This commit is contained in:
Akbar Yahya
2023-03-07 10:02:26 +08:00
parent dcf7414b7e
commit aaececbf10
104 changed files with 12691 additions and 14569 deletions

View File

@@ -6,8 +6,8 @@ option java_package = "emu.grasscutter.net.proto";
// Name: HDNOGHLJFHJ
// CmdId: 1007
message AvatarSkillUpgradeReq {
uint32 avatarSkillId = 8;
uint32 avatar_guid = 4;
uint64 oldLevel = 9;
uint32 avatar_skill_id = 8;
uint32 old_level = 4;
uint64 avatar_guid = 9;
}